Doc fixes. Merged eb/t367 -r11020:11025 to trunk. This changeset
[debian/gnuradio] / gnuradio-core / src / lib / gengen / gr_moving_average_XX.h.t
index ee61808f2a91e2a43ecacc3e3275d05a7c45a5a7..c0d0c81736b4dfea31936a0f929e02dee410fffe 100644 (file)
@@ -35,9 +35,10 @@ 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.  max_iter limits how long we go without flushing the accumulator
- * This is necessary to avoid numerical instability for float and complex.
+ * \ingroup filter
  *
+ * max_iter limits how long we go without flushing the accumulator
+ * This is necessary to avoid numerical instability for float and complex.
  */
 class @NAME@ : public gr_sync_block
 {