[FFmpeg-cvslog] avutil/xtea: add Doxy @file and group
Timothy Gu
git at videolan.org
Sun Nov 3 02:30:08 CET 2013
ffmpeg | branch: master | Timothy Gu <timothygu99 at gmail.com> | Sat Nov 2 15:03:30 2013 -0700| [50f52a5498ff02c997d16b8181f32b933ce94b6b] | committer: Michael Niedermayer
avutil/xtea: add Doxy @file and group
Signed-off-by: Timothy Gu <timothygu99 at gmail.com>
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=50f52a5498ff02c997d16b8181f32b933ce94b6b
---
libavutil/xtea.c | 7 +++++++
libavutil/xtea.h | 2 ++
2 files changed, 9 insertions(+)
diff --git a/libavutil/xtea.c b/libavutil/xtea.c
index 5bb4cf7..1750cbc 100644
--- a/libavutil/xtea.c
+++ b/libavutil/xtea.c
@@ -21,6 +21,13 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
+/**
+ * @file
+ * @brief XTEA 32-bit implementation
+ * @author Samuel Pitoiset
+ * @ingroup lavu_xtea
+ */
+
#include "avutil.h"
#include "common.h"
#include "intreadwrite.h"
diff --git a/libavutil/xtea.h b/libavutil/xtea.h
index 0899c92..6f1e71e 100644
--- a/libavutil/xtea.h
+++ b/libavutil/xtea.h
@@ -25,6 +25,8 @@
#include <stdint.h>
/**
+ * @file
+ * @brief Public header for libavutil XTEA algorithm
* @defgroup lavu_xtea XTEA
* @ingroup lavu_crypto
* @{
More information about the ffmpeg-cvslog
mailing list