summaryrefslogtreecommitdiff
path: root/libavutil/xtea.h
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2013-11-02 15:03:30 -0700
committerMichael Niedermayer <michaelni@gmx.at>2013-11-03 00:59:38 +0100
commit50f52a5498ff02c997d16b8181f32b933ce94b6b (patch)
tree157be07890d0af36dc10a0453f503ddd1ff3b876 /libavutil/xtea.h
parent624672fcce84c41e9e2fe9ff3ec3fd56140b175f (diff)
avutil/xtea: add Doxy @file and group
Signed-off-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavutil/xtea.h')
-rw-r--r--libavutil/xtea.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavutil/xtea.h b/libavutil/xtea.h
index 0899c92bc8..6f1e71e345 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
* @{