diff options
Diffstat (limited to 'gr-digital/include/digital/crc32_bb.h')
-rw-r--r-- | gr-digital/include/digital/crc32_bb.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gr-digital/include/digital/crc32_bb.h b/gr-digital/include/digital/crc32_bb.h index 4bfac76070..52f056c716 100644 --- a/gr-digital/include/digital/crc32_bb.h +++ b/gr-digital/include/digital/crc32_bb.h @@ -32,8 +32,9 @@ namespace gr { /*! * \brief Byte-stream CRC block - * \ingroup digital + * \ingroup packet_operators_blk * + * \details * Input: stream of bytes, which form a packet. The first byte of the packet * has a tag with key "length" and the value being the number of bytes in the * packet. |