diff options
Diffstat (limited to 'gr-blocks/include/blocks/unpacked_to_packed_XX.h.t')
-rw-r--r-- | gr-blocks/include/blocks/unpacked_to_packed_XX.h.t | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gr-blocks/include/blocks/unpacked_to_packed_XX.h.t b/gr-blocks/include/blocks/unpacked_to_packed_XX.h.t index 749f0e00f9..84f660b845 100644 --- a/gr-blocks/include/blocks/unpacked_to_packed_XX.h.t +++ b/gr-blocks/include/blocks/unpacked_to_packed_XX.h.t @@ -34,8 +34,9 @@ namespace gr { /*! * \brief Convert a stream of unpacked bytes or shorts into a stream of packed 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::packed_to_unpacked_XX. |