summaryrefslogtreecommitdiff
path: root/gr-blocks/include/blocks/wavfile_source.h
diff options
context:
space:
mode:
Diffstat (limited to 'gr-blocks/include/blocks/wavfile_source.h')
-rw-r--r--gr-blocks/include/blocks/wavfile_source.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gr-blocks/include/blocks/wavfile_source.h b/gr-blocks/include/blocks/wavfile_source.h
index 46cb82b698..5332a0c20e 100644
--- a/gr-blocks/include/blocks/wavfile_source.h
+++ b/gr-blocks/include/blocks/wavfile_source.h
@@ -31,11 +31,11 @@ namespace gr {
/*!
* \brief Read stream from a Microsoft PCM (.wav) file, output floats
+ * \ingroup audio_blk
*
+ * \details
* Unless otherwise called, values are within [-1;1].
* Check gr_make_wavfile_source() for extra info.
- *
- * \ingroup source_blk
*/
class BLOCKS_API wavfile_source : virtual public gr_sync_block
{