Merge branch 'pfbsr'
[debian/gnuradio] / gnuradio-core / src / lib / filter / gr_fir_ccf_x86.h
index a67c16bc912abf4b2d5fe62fd310938e7fa37fa9..7f936546f1e4df5f97ef7e42ffe7cd8b9aba4adb 100644 (file)
@@ -6,7 +6,7 @@
  * 
  * GNU Radio is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2, or (at your option)
+ * the Free Software Foundation; either version 3, or (at your option)
  * any later version.
  * 
  * GNU Radio is distributed in the hope that it will be useful,
@@ -27,6 +27,7 @@
 
 /*!
  * \brief 3DNow! version of gr_fir_ccf
+ * \ingroup filter_primitive
  */
 class gr_fir_ccf_3dnow : public gr_fir_ccf_simd
 {
@@ -37,6 +38,7 @@ public:
 
 /*!
  * \brief SSE version of gr_fir_ccf
+ * \ingroup filter_primitive
  */
 class gr_fir_ccf_sse : public gr_fir_ccf_simd
 {