From f133e151935aae0f42978b12ae83722a4de88893 Mon Sep 17 00:00:00 2001
From: Tom Rondeau <trondeau@vt.edu>
Date: Thu, 4 Apr 2013 13:56:45 -0400
Subject: grc: fixing up new next structure blocks for GRC categories.

docs: also updating Doxygen category for all new/moved blocks.
---
 gr-blocks/include/blocks/ctrlport_probe2_c.h | 3 +++
 gr-blocks/include/blocks/ctrlport_probe_c.h  | 3 +++
 gr-blocks/include/blocks/random_pdu.h        | 3 ++-
 3 files changed, 8 insertions(+), 1 deletion(-)

(limited to 'gr-blocks/include')

diff --git a/gr-blocks/include/blocks/ctrlport_probe2_c.h b/gr-blocks/include/blocks/ctrlport_probe2_c.h
index 9a6034fcca..736c23e4e7 100644
--- a/gr-blocks/include/blocks/ctrlport_probe2_c.h
+++ b/gr-blocks/include/blocks/ctrlport_probe2_c.h
@@ -31,7 +31,10 @@ namespace gr {
 
     /*!
      * \brief A ControlPort probe to export vectors of signals.
+     * \ingroup measurement_tools_blk
+     * \ingroup controlport_blk
      *
+     * \details
      * This block acts as a sink in the flowgraph but also exports
      * vectors of complex samples over ControlPort. This block holds
      * the latest \p len number of complex samples so that every query
diff --git a/gr-blocks/include/blocks/ctrlport_probe_c.h b/gr-blocks/include/blocks/ctrlport_probe_c.h
index 92fe8c5600..579621c680 100644
--- a/gr-blocks/include/blocks/ctrlport_probe_c.h
+++ b/gr-blocks/include/blocks/ctrlport_probe_c.h
@@ -33,7 +33,10 @@ namespace gr {
 
     /*!
      * \brief A ControlPort probe to export vectors of signals.
+     * \ingroup measurement_tools_blk
+     * \ingroup controlport_blk
      *
+     * \details
      * This block acts as a sink in the flowgraph but also exports
      * vectors of complex samples over ControlPort. This block simply
      * sends the current vector held in the work function when the
diff --git a/gr-blocks/include/blocks/random_pdu.h b/gr-blocks/include/blocks/random_pdu.h
index 5a13f5eca6..6cc7afaae3 100644
--- a/gr-blocks/include/blocks/random_pdu.h
+++ b/gr-blocks/include/blocks/random_pdu.h
@@ -31,7 +31,8 @@ namespace gr {
 
     /*!
      * \brief Sends a random PDU at intervals
-     * \ingroup source_blk
+     * \ingroup message_tools_blk
+     * \ingroup debug_tools_blk
      */
     class BLOCKS_API random_pdu : virtual public gr_block
     {
-- 
cgit v1.2.3