Doc fixes from Firas.
[debian/gnuradio] / gnuradio-core / src / lib / filter / gr_single_pole_avg.h
index 0995eee3988416a10a6fbbcf2f5657182d7f9800..91324fc50fb45e937a7468ceb7532b60cfa10af3 100644 (file)
@@ -26,6 +26,7 @@
 
 /*!
  * \brief class template for single pole moving average filter
+ * \ingroup filter
  */
 template<class o_type, class i_type, class tap_type> 
 class gr_single_pole_avg {