doc fixes! work-in-progress
[debian/gnuradio] / gnuradio-core / src / lib / gengen / gr_moving_average_XX.h.t
index c0d0c81736b4dfea31936a0f929e02dee410fffe..2441ca65ba49b2f7a2b136d3c12cc165b2fd097b 100644 (file)
@@ -35,7 +35,7 @@ typedef boost::shared_ptr<@NAME@> @SPTR_NAME@;
 
 /*!
  * \brief output is the moving sum of the last N samples, scaled by the scale factor
- * \ingroup filter
+ * \ingroup filter_blk
  *
  * max_iter limits how long we go without flushing the accumulator
  * This is necessary to avoid numerical instability for float and complex.