summaryrefslogtreecommitdiff
path: root/gr-blocks/include/blocks/packed_to_unpacked_XX.h.t
diff options
context:
space:
mode:
Diffstat (limited to 'gr-blocks/include/blocks/packed_to_unpacked_XX.h.t')
-rw-r--r--gr-blocks/include/blocks/packed_to_unpacked_XX.h.t3
1 files changed, 2 insertions, 1 deletions
diff --git a/gr-blocks/include/blocks/packed_to_unpacked_XX.h.t b/gr-blocks/include/blocks/packed_to_unpacked_XX.h.t
index 9ab8b8bdfc..f95490f2d5 100644
--- a/gr-blocks/include/blocks/packed_to_unpacked_XX.h.t
+++ b/gr-blocks/include/blocks/packed_to_unpacked_XX.h.t
@@ -34,8 +34,9 @@ namespace gr {
/*!
* \brief Convert a stream of packed bytes or shorts to stream of unpacked bytes or shorts.
- * \ingroup converter_blk
+ * \ingroup byte_operators_blk
*
+ * \details
* input: stream of @I_TYPE@; output: stream of @O_TYPE@
*
* This is the inverse of gr::blocks::unpacked_to_packed_XX.