diff options
author | Timothy Gu <timothygu99@gmail.com> | 2016-08-01 19:18:44 -0700 |
---|---|---|
committer | Timothy Gu <timothygu99@gmail.com> | 2016-08-02 07:48:08 -0700 |
commit | 19d7098c9e7b8568ce47f62a72af742eba478150 (patch) | |
tree | 1fff4b741f3ab70a65309a4f5c384e691e68c2b2 /libavutil/crc.h | |
parent | fbe22355b7d44ab02fa2c7ed059c03e606970009 (diff) | |
download | ffmpeg-19d7098c9e7b8568ce47f62a72af742eba478150.tar.gz |
avutil: Group hash functions separately in Doxygen
Diffstat (limited to 'libavutil/crc.h')
-rw-r--r-- | libavutil/crc.h | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/libavutil/crc.h b/libavutil/crc.h index ef8a7137e4..f0556a9d3b 100644 --- a/libavutil/crc.h +++ b/libavutil/crc.h @@ -18,6 +18,12 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ +/** + * @file + * @ingroup lavu_crc32 + * Public header for CRC hash function implementation. + */ + #ifndef AVUTIL_CRC_H #define AVUTIL_CRC_H @@ -27,8 +33,10 @@ #include "version.h" /** - * @defgroup lavu_crc32 CRC32 - * @ingroup lavu_crypto + * @defgroup lavu_crc32 CRC + * @ingroup lavu_hash + * CRC (Cyclic Redundancy Check) hash function implementation. + * * @{ */ |