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_real.h | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'gr-blocks/include/blocks/complex_to_real.h') diff --git a/gr-blocks/include/blocks/complex_to_real.h b/gr-blocks/include/blocks/complex_to_real.h index a891c2e086..908ca9fc94 100644 --- a/gr-blocks/include/blocks/complex_to_real.h +++ b/gr-blocks/include/blocks/complex_to_real.h @@ -31,16 +31,19 @@ namespace gr { /*! * \brief complex in, real out (float) - * \ingroup converter_blk - * \param vlen vector len (default 1) + * \ingroup type_converters_blk */ class BLOCKS_API complex_to_real : virtual public gr_sync_block { public: - // gr::blocks::complex_to_real_ff::sptr typedef boost::shared_ptr<complex_to_real> sptr; + /*! + * Build a complex to real part block. + * + * \param vlen vector len (default 1) + */ static sptr make(size_t vlen=1); }; -- cgit v1.2.3