Imported Upstream version 3.2.2
[debian/gnuradio] / gnuradio-core / src / lib / general / gr_constellation_decoder_cb.h
index 0287c8faf2a540b7728751c904caa64e1e124751..fd7079c12a69d8a54729404f27a66f68b2d1452d 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,
@@ -33,7 +33,11 @@ gr_constellation_decoder_cb_sptr
        gr_make_constellation_decoder_cb (const std::vector<gr_complex> &sym_position,
                                          const std::vector<unsigned char> &sym_value_out);
 
-
+/*!
+ * \brief Constellation Decoder
+ * \ingroup coding_blk
+ *
+ */
 class gr_constellation_decoder_cb : public gr_sync_block
 {