Browse Source

avutil/xtea: add Doxy @file and group

Signed-off-by: Timothy Gu <timothygu99@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.2-rc1
Timothy Gu Michael Niedermayer 11 years ago
parent
commit
50f52a5498
2 changed files with 9 additions and 0 deletions
  1. +7
    -0
      libavutil/xtea.c
  2. +2
    -0
      libavutil/xtea.h

+ 7
- 0
libavutil/xtea.c View File

@@ -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"


+ 2
- 0
libavutil/xtea.h View File

@@ -25,6 +25,8 @@
#include <stdint.h>

/**
* @file
* @brief Public header for libavutil XTEA algorithm
* @defgroup lavu_xtea XTEA
* @ingroup lavu_crypto
* @{


Loading…
Cancel
Save