From: James Almer <[email protected]>

---
 libavutil/adler32.h | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/libavutil/adler32.h b/libavutil/adler32.h
index a8ff6f9..2ced06e 100644
--- a/libavutil/adler32.h
+++ b/libavutil/adler32.h
@@ -25,7 +25,12 @@
 #include "attributes.h"
 
 /**
+ * @defgroup lavu_adler32 Adler32
  * @ingroup lavu_crypto
+ * @{
+ */
+
+/**
  * Calculate the Adler32 checksum of a buffer.
  *
  * Passing the return value to a subsequent av_adler32_update() call
@@ -40,4 +45,8 @@
 unsigned long av_adler32_update(unsigned long adler, const uint8_t *buf,
                                 unsigned int len) av_pure;
 
+/**
+ * @}
+ */
+
 #endif /* AVUTIL_ADLER32_H */
-- 
1.8.3.4 (Apple Git-47)

_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to