Imported Upstream version 3.2.2
[debian/gnuradio] / gnuradio-core / src / lib / filter / gri_goertzel.h
index 0d468308c6d1eb0b7823e51d7d1fcd620307910f..86d3d34d36111e2f8ad89d73c803a2ca7c2a2f94 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,
@@ -26,9 +26,9 @@
 #include <gr_types.h>
 
 /*!
- * \brief implements Goertzel single-bin DFT calculation
+ * \brief Implements Goertzel single-bin DFT calculation
+ * \ingroup misc
  */
-
 class gri_goertzel
 {
 public: