[FFmpeg-devel] [PATCH 11/17] avutil/md5: add Doxy @file and group
Timothy Gu
timothygu99 at gmail.com
Sat Nov 2 23:03:25 CET 2013
Signed-off-by: Timothy Gu <timothygu99 at gmail.com>
---
libavutil/md5.c | 13 +++++++++++++
libavutil/md5.h | 3 +++
2 files changed, 16 insertions(+)
diff --git a/libavutil/md5.c b/libavutil/md5.c
index 63fc37d..373e576 100644
--- a/libavutil/md5.c
+++ b/libavutil/md5.c
@@ -30,6 +30,19 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
+/**
+ * @file
+ * @brief MD5 hasher
+ * @author Christopher R. Hertel and Michael Niedermayer
+ * Based on http://ubiqx.org/libcifs/source/Auth/MD5.c from Christopher R.
+ * Hertel <crh at ubiqx.mn.org>.
+ *
+ * Simplified, cleaned and IMO redundant comments removed by Michael
+ * Niedermayer.
+ *
+ * @ingroup lavu_md5
+ */
+
#include <stdint.h>
#include "bswap.h"
#include "intreadwrite.h"
diff --git a/libavutil/md5.h b/libavutil/md5.h
index 79702c8..00c519c 100644
--- a/libavutil/md5.h
+++ b/libavutil/md5.h
@@ -27,6 +27,9 @@
#include "version.h"
/**
+ * @file
+ * Public header for libavutil MD5 hasher
+ * @author Michael Niedermayer
* @defgroup lavu_md5 MD5
* @ingroup lavu_crypto
* @{
--
1.8.1.2
More information about the ffmpeg-devel
mailing list