[FFmpeg-devel] [PATCH 08/17] avutil/hmac: add Doxy @file and group
Timothy Gu
timothygu99 at gmail.com
Sat Nov 2 23:03:22 CET 2013
Signed-off-by: Timothy Gu <timothygu99 at gmail.com>
---
libavutil/hmac.c | 7 +++++++
libavutil/hmac.h | 3 +++
2 files changed, 10 insertions(+)
diff --git a/libavutil/hmac.c b/libavutil/hmac.c
index 02bdc18..4b636c5 100644
--- a/libavutil/hmac.c
+++ b/libavutil/hmac.c
@@ -18,6 +18,13 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
+/**
+ * @file
+ * @brief HMAC generator
+ * @author Martin Storsjo
+ * @ingroup lavu_hmac
+ */
+
#include <string.h>
#include "attributes.h"
diff --git a/libavutil/hmac.h b/libavutil/hmac.h
index d36d4de..6038ff9 100644
--- a/libavutil/hmac.h
+++ b/libavutil/hmac.h
@@ -24,6 +24,9 @@
#include <stdint.h>
/**
+ * @file
+ * Public header for libavutil HMAC generator
+ * @author Martin Storsjo
* @defgroup lavu_hmac HMAC
* @ingroup lavu_crypto
* @{
--
1.8.1.2
More information about the ffmpeg-devel
mailing list