Imported Upstream version 3.2.2
[debian/gnuradio] / gnuradio-core / src / lib / filter / gr_fir_fsf_x86.h
index a95344a9e6c1947d7fb1a4a39845c9cfb6065ebb..78fdf73c06a8958d915f2ff09c6d30aa35084965 100644 (file)
@@ -27,6 +27,7 @@
 
 /*!
  * \brief 3DNow! version of gr_fir_fsf
+ * \ingroup filter_primitive
  */
 class gr_fir_fsf_3dnow : public gr_fir_fsf_simd
 {
@@ -37,6 +38,7 @@ public:
 
 /*!
  * \brief SSE version of gr_fir_fsf
+ * \ingroup filter_primitive
  */
 class gr_fir_fsf_sse : public gr_fir_fsf_simd
 {