From d44322fd03661c1eb6e45e3e364e81bb5131239b Mon Sep 17 00:00:00 2001
From: Tom Rondeau <trondeau@vt.edu>
Date: Wed, 3 Apr 2013 19:33:32 -0400
Subject: docs: updating Doxygen categories for all blocks.

Block categories in Doxygen now match where they are in GRC's category tree.
---
 gr-blocks/include/blocks/complex_to_imag.h | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

(limited to 'gr-blocks/include/blocks/complex_to_imag.h')

diff --git a/gr-blocks/include/blocks/complex_to_imag.h b/gr-blocks/include/blocks/complex_to_imag.h
index 71353a94a1..cb1d32fec6 100644
--- a/gr-blocks/include/blocks/complex_to_imag.h
+++ b/gr-blocks/include/blocks/complex_to_imag.h
@@ -31,16 +31,19 @@ namespace gr {
 
     /*!
      * \brief complex in, imag out (float)
-     * \ingroup converter_blk
-     * \param vlen	vector len (default 1)
+     * \ingroup type_converters_blk
      */
     class BLOCKS_API complex_to_imag : virtual public gr_sync_block
     {
     public:
-      
       // gr::blocks::complex_to_imag_ff::sptr
       typedef boost::shared_ptr<complex_to_imag> sptr;
 
+      /*!
+       * Build a complex to imaginary part block.
+       *
+       * \param vlen vector len (default 1)
+       */
       static sptr make(size_t vlen=1);
     };
 
-- 
cgit v1.2.3