[FFmpeg-devel] [PATCH 03/17] avutil/base64: add Doxy @file and groups
Timothy Gu
timothygu99 at gmail.com
Sat Nov 2 23:03:17 CET 2013
Signed-off-by: Timothy Gu <timothygu99 at gmail.com>
---
libavutil/base64.c | 1 +
libavutil/base64.h | 3 +++
2 files changed, 4 insertions(+)
diff --git a/libavutil/base64.c b/libavutil/base64.c
index 348690d..5a49153 100644
--- a/libavutil/base64.c
+++ b/libavutil/base64.c
@@ -22,6 +22,7 @@
* @file
* @brief Base64 encode/decode
* @author Ryan Martell <rdm4 at martellventures.com> (with lots of Michael)
+ * @ingroup lavu_base64
*/
#include "common.h"
diff --git a/libavutil/base64.h b/libavutil/base64.h
index 514498e..9886668 100644
--- a/libavutil/base64.h
+++ b/libavutil/base64.h
@@ -24,6 +24,9 @@
#include <stdint.h>
/**
+ * @file
+ * Public header for libavutil base64 encoder/decoder
+ * @author Ryan Martell <rdm4 at martellventures.com> (with lots of help from Michael Niedermayer)
* @defgroup lavu_base64 Base64
* @ingroup lavu_crypto
* @{
--
1.8.1.2
More information about the ffmpeg-devel
mailing list