OSDN Git Service

avutil/adler32: add Doxy group
authorTimothy Gu <timothygu99@gmail.com>
Sat, 2 Nov 2013 22:03:15 +0000 (15:03 -0700)
committerMichael Niedermayer <michaelni@gmx.at>
Sat, 2 Nov 2013 23:58:31 +0000 (00:58 +0100)
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavutil/adler32.c
libavutil/adler32.h

index bc9b9a7..579d022 100644 (file)
  * 3. This notice may not be removed or altered from any source distribution.
  */
 
+/**
+ * @file
+ * Computes the Adler-32 checksum of a data stream
+ *
+ * This is a modified version based on adler32.c from the zlib library.
+ * @author Mark Adler
+ * @ingroup lavu_adler32
+ */
+
 #include "config.h"
 #include "adler32.h"
 #include "common.h"
index 8c08d2b..0dc69ec 100644 (file)
@@ -25,6 +25,9 @@
 #include "attributes.h"
 
 /**
+ * @file
+ * Public header for libavutil Adler32 hasher
+ *
  * @defgroup lavu_adler32 Adler32
  * @ingroup lavu_crypto
  * @{