Commit 79d9ed4a authored by James Almer's avatar James Almer Committed by Michael Niedermayer

lavu/adler32: Fix doxy group definition

Signed-off-by: 's avatarJames Almer <jamrial@gmail.com>
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 3c4c5ca1
...@@ -25,7 +25,9 @@ ...@@ -25,7 +25,9 @@
#include "attributes.h" #include "attributes.h"
/** /**
* @defgroup lavu_adler32 Adler32
* @ingroup lavu_crypto * @ingroup lavu_crypto
* @{
* Calculate the Adler32 checksum of a buffer. * Calculate the Adler32 checksum of a buffer.
* *
* Passing the return value to a subsequent av_adler32_update() call * Passing the return value to a subsequent av_adler32_update() call
...@@ -40,4 +42,8 @@ ...@@ -40,4 +42,8 @@
unsigned long av_adler32_update(unsigned long adler, const uint8_t *buf, unsigned long av_adler32_update(unsigned long adler, const uint8_t *buf,
unsigned int len) av_pure; unsigned int len) av_pure;
/**
* @}
*/
#endif /* AVUTIL_ADLER32_H */ #endif /* AVUTIL_ADLER32_H */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment