[FFmpeg-devel] [PATCH 02/17] avutil/aes: add Doxy groups
Timothy Gu
timothygu99 at gmail.com
Sat Nov 2 23:03:16 CET 2013
Signed-off-by: Timothy Gu <timothygu99 at gmail.com>
---
libavutil/aes.c | 6 ++++++
libavutil/aes.h | 3 +++
2 files changed, 9 insertions(+)
diff --git a/libavutil/aes.c b/libavutil/aes.c
index a3eb295..7751a7f 100644
--- a/libavutil/aes.c
+++ b/libavutil/aes.c
@@ -20,6 +20,12 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
+/**
+ * @file
+ * Computes the AES checksum of a data stream
+ * @ingroup lavu_aes
+ */
+
#include "common.h"
#include "aes.h"
#include "intreadwrite.h"
diff --git a/libavutil/aes.h b/libavutil/aes.h
index 09efbda..2a11ac8 100644
--- a/libavutil/aes.h
+++ b/libavutil/aes.h
@@ -27,6 +27,9 @@
#include "version.h"
/**
+ * @file
+ * Public header for libavutil AES hasher
+ *
* @defgroup lavu_aes AES
* @ingroup lavu_crypto
* @{
--
1.8.1.2
More information about the ffmpeg-devel
mailing list