Merge branch 'wip/dxpsk' of http://gnuradio.org/git/jblum
[debian/gnuradio] / gnuradio-core / src / lib / general / gr_ofdm_frame_sink.h
index 91d559eb0f8727c0500f2aad66b67b34b5934199..c419b867357d767df52bf751e8f23254809be794 100644 (file)
@@ -38,7 +38,9 @@ gr_make_ofdm_frame_sink (const std::vector<gr_complex> &sym_position,
 /*!
  * \brief Takes an OFDM symbol in, demaps it into bits of 0's and 1's, packs
  * them into packets, and sends to to a message queue sink.
- * \ingroup sink
+ * \ingroup sink_blk
+ * \ingroup ofdm_blk
+ *
  * NOTE: The mod input parameter simply chooses a pre-defined demapper/slicer. Eventually,
  * we want to be able to pass in a reference to an object to do the demapping and slicing
  * for a given modulation type.