diff options
Diffstat (limited to 'gr-digital/include/digital/crc32.h')
-rw-r--r-- | gr-digital/include/digital/crc32.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gr-digital/include/digital/crc32.h b/gr-digital/include/digital/crc32.h index b84dd6832d..180719bf73 100644 --- a/gr-digital/include/digital/crc32.h +++ b/gr-digital/include/digital/crc32.h @@ -32,8 +32,9 @@ namespace gr { /*! * \brief update running CRC-32 - * \ingroup digital + * \ingroup packet_operators_blk * + * \details * Update a running CRC with the bytes buf[0..len-1] The CRC * should be initialized to all 1's, and the transmitted value is * the 1's complement of the final running CRC. The resulting CRC |