summaryrefslogtreecommitdiff
path: root/gr-channels/include
diff options
context:
space:
mode:
authorTom Rondeau <trondeau@vt.edu>2013-04-04 13:56:45 -0400
committerTom Rondeau <trondeau@vt.edu>2013-04-04 14:10:00 -0400
commitf133e151935aae0f42978b12ae83722a4de88893 (patch)
treeb43e2549aba4f7ca30948acb24a46047aeab3586 /gr-channels/include
parent8b1303bbb0bf72569a5149082796f50b6e8f9a5b (diff)
grc: fixing up new next structure blocks for GRC categories.
docs: also updating Doxygen category for all new/moved blocks.
Diffstat (limited to 'gr-channels/include')
-rw-r--r--gr-channels/include/channels/channel_model.h3
-rw-r--r--gr-channels/include/channels/fading_model.h4
2 files changed, 4 insertions, 3 deletions
diff --git a/gr-channels/include/channels/channel_model.h b/gr-channels/include/channels/channel_model.h
index 2fe73da90b..8e5430f05c 100644
--- a/gr-channels/include/channels/channel_model.h
+++ b/gr-channels/include/channels/channel_model.h
@@ -32,8 +32,9 @@ namespace gr {
/*!
* \brief channel simulator
- * \ingroup misc_blk
+ * \ingroup channel_models_blk
*
+ * \details
* This block implements a basic channel model simulator that can
* be used to help evaluate, design, and test various signals,
* waveforms, and algorithms. This model allows the user to set
diff --git a/gr-channels/include/channels/fading_model.h b/gr-channels/include/channels/fading_model.h
index 651b087eb7..50632a61fc 100644
--- a/gr-channels/include/channels/fading_model.h
+++ b/gr-channels/include/channels/fading_model.h
@@ -32,12 +32,12 @@ namespace gr {
/*!
* \brief fading simulator
- * \ingroup misc_blk
+ * \ingroup channel_models_blk
*
+ * \details
* This block implements a basic fading model simulator that can
* be used to help evaluate, design, and test various signals,
* waveforms, and algorithms.
- *
*/
class CHANNELS_API fading_model : virtual public gr_sync_block
{