Merge branch 'wip/wxgui' of http://gnuradio.org/git/jblum
[debian/gnuradio] / gnuradio-core / src / lib / io / gr_message_sink.h
index eaa52df81f4b3e0d36653a56279c7d03f52d75b0..5f1e5f91f31c0372d49ce85440ee4bd27e6c3b1a 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,
@@ -36,7 +36,7 @@ gr_message_sink_sptr gr_make_message_sink (size_t itemsize,
 
 /*!
  * \brief Gather received items into messages and insert into msgq
- * \ingroup sink
+ * \ingroup sink_blk
  */
 class gr_message_sink : public gr_sync_block
 {