summaryrefslogtreecommitdiff
path: root/gr-blocks/include/blocks/multiply_const_cc.h
diff options
context:
space:
mode:
Diffstat (limited to 'gr-blocks/include/blocks/multiply_const_cc.h')
-rw-r--r--gr-blocks/include/blocks/multiply_const_cc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-blocks/include/blocks/multiply_const_cc.h b/gr-blocks/include/blocks/multiply_const_cc.h
index 9572eaec70..3469b4df17 100644
--- a/gr-blocks/include/blocks/multiply_const_cc.h
+++ b/gr-blocks/include/blocks/multiply_const_cc.h
@@ -33,7 +33,7 @@ namespace gr {
/*!
* \brief output = input * complex constant
- * \ingroup math_blk
+ * \ingroup math_operators_blk
*/
class BLOCKS_API multiply_const_cc : virtual public gr_sync_block
{