Imported Upstream version 3.2.2
[debian/gnuradio] / gnuradio-core / src / lib / general / gr_agc2_ff.h
index 25aa1d366c0838111cbb04b2b9197cb76a11d848..ef470765fa9912bfd5bd5d0d45c2f6bc471b0477 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,
@@ -34,6 +34,7 @@ gr_make_agc2_ff (float attack_rate = 1e-1, float decay_rate = 1e-2, float refere
 /*!
  * \brief high performance Automatic Gain Control class
  *
+ * \ingroup level_blk
  * Power is approximated by absolute value
  */