[FFmpeg-devel] [PATCH 17/17] avutil/hash: add Doxy @file and group

Timothy Gu timothygu99 at gmail.com
Sat Nov 2 23:03:31 CET 2013


Signed-off-by: Timothy Gu <timothygu99 at gmail.com>
---
 libavutil/hash.c |  8 ++++++++
 libavutil/hash.h | 12 ++++++++++++
 2 files changed, 20 insertions(+)

diff --git a/libavutil/hash.c b/libavutil/hash.c
index a8cf80b..c625f85 100644
--- a/libavutil/hash.c
+++ b/libavutil/hash.c
@@ -17,6 +17,14 @@
  * License along with FFmpeg; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
+
+/**
+ * @file
+ * @brief Hashing API
+ * @author Reimar Döffinger <Reimar.Doeffinger at gmx.de>
+ * @ingroup lavu_crypto
+ */
+
 #include <stdint.h>
 #include "hash.h"
 
diff --git a/libavutil/hash.h b/libavutil/hash.h
index 9bf715e..f8fa721 100644
--- a/libavutil/hash.h
+++ b/libavutil/hash.h
@@ -23,6 +23,14 @@
 
 #include <stdint.h>
 
+/**
+ * @file
+ * Public header for libavutil hashing API
+ * @author Reimar Döffinger <Reimar.Doeffinger at gmx.de>
+ * @ingroup lavu_crypto
+ * @{
+ */
+
 struct AVHashContext;
 
 /**
@@ -87,4 +95,8 @@ void av_hash_final(struct AVHashContext *ctx, uint8_t *dst);
  */
 void av_hash_freep(struct AVHashContext **ctx);
 
+/**
+ * @}
+ */
+
 #endif /* AVUTIL_HASH_H */
-- 
1.8.1.2



More information about the ffmpeg-devel mailing list