xtea: Add Doxy @file and group
authorTimothy Gu <timothygu99@gmail.com>
Sat, 2 Nov 2013 22:03:30 +0000 (15:03 -0700)
committerVittorio Giovara <vittorio.giovara@gmail.com>
Sun, 6 Apr 2014 23:31:36 +0000 (01:31 +0200)
libavutil/xtea.c
libavutil/xtea.h

index d1efebf..53c0bfe 100644 (file)
  * 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"
index 7d2b07b..0fc3810 100644 (file)
@@ -24,6 +24,8 @@
 #include <stdint.h>
 
 /**
+ * @file
+ * @brief Public header for libavutil XTEA algorithm
  * @defgroup lavu_xtea XTEA
  * @ingroup lavu_crypto
  * @{