Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2016-08-02 05:18:44 +0300
committerTimothy Gu <timothygu99@gmail.com>2016-08-02 17:48:08 +0300
commit19d7098c9e7b8568ce47f62a72af742eba478150 (patch)
tree1fff4b741f3ab70a65309a4f5c384e691e68c2b2 /libavutil/adler32.h
parentfbe22355b7d44ab02fa2c7ed059c03e606970009 (diff)
avutil: Group hash functions separately in Doxygen
Diffstat (limited to 'libavutil/adler32.h')
-rw-r--r--libavutil/adler32.h13
1 files changed, 9 insertions, 4 deletions
diff --git a/libavutil/adler32.h b/libavutil/adler32.h
index 0dc69ec0a8..a1f035b734 100644
--- a/libavutil/adler32.h
+++ b/libavutil/adler32.h
@@ -18,6 +18,12 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
+/**
+ * @file
+ * @ingroup lavu_adler32
+ * Public header for Adler-32 hash function implementation.
+ */
+
#ifndef AVUTIL_ADLER32_H
#define AVUTIL_ADLER32_H
@@ -25,11 +31,10 @@
#include "attributes.h"
/**
- * @file
- * Public header for libavutil Adler32 hasher
+ * @defgroup lavu_adler32 Adler-32
+ * @ingroup lavu_hash
+ * Adler-32 hash function implementation.
*
- * @defgroup lavu_adler32 Adler32
- * @ingroup lavu_crypto
* @{
*/