Browse Source

doxygen: consistently place brief description

tags/n0.9
Diego Biurrun 14 years ago
parent
commit
f6f95d4e49
12 changed files with 15 additions and 12 deletions
  1. +1
    -1
      libavcodec/faxcompr.c
  2. +1
    -1
      libavcodec/faxcompr.h
  3. +1
    -1
      libavcodec/lzwenc.c
  4. +1
    -1
      libavcodec/pcxenc.c
  5. +1
    -1
      libavcodec/rl2.c
  6. +2
    -1
      libavcodec/tiff.c
  7. +2
    -1
      libavcodec/tiff.h
  8. +2
    -1
      libavcodec/tiffenc.c
  9. +1
    -1
      libavcodec/tmv.c
  10. +1
    -1
      libavformat/soxdec.c
  11. +1
    -1
      libavformat/soxenc.c
  12. +1
    -1
      libavformat/tmv.c

+ 1
- 1
libavcodec/faxcompr.c View File

@@ -20,8 +20,8 @@
*/ */


/** /**
* CCITT Fax Group 3 and 4 decompression
* @file * @file
* CCITT Fax Group 3 and 4 decompression
* @author Konstantin Shishkov * @author Konstantin Shishkov
*/ */
#include "avcodec.h" #include "avcodec.h"


+ 1
- 1
libavcodec/faxcompr.h View File

@@ -20,8 +20,8 @@
*/ */


/** /**
* CCITT Fax Group 3 and 4 decompression
* @file * @file
* CCITT Fax Group 3 and 4 decompression
* @author Konstantin Shishkov * @author Konstantin Shishkov
*/ */
#ifndef AVCODEC_FAXCOMPR_H #ifndef AVCODEC_FAXCOMPR_H


+ 1
- 1
libavcodec/lzwenc.c View File

@@ -20,8 +20,8 @@
*/ */


/** /**
* LZW encoder
* @file * @file
* LZW encoder
* @author Bartlomiej Wolowiec * @author Bartlomiej Wolowiec
*/ */




+ 1
- 1
libavcodec/pcxenc.c View File

@@ -20,8 +20,8 @@
*/ */


/** /**
* PCX image encoder
* @file * @file
* PCX image encoder
* @author Daniel Verkamp * @author Daniel Verkamp
* @sa http://www.qzx.com/pc-gpe/pcx.txt * @sa http://www.qzx.com/pc-gpe/pcx.txt
*/ */


+ 1
- 1
libavcodec/rl2.c View File

@@ -20,8 +20,8 @@
*/ */


/** /**
* RL2 Video Decoder
* @file * @file
* RL2 Video Decoder
* @author Sascha Sommer (saschasommer@freenet.de) * @author Sascha Sommer (saschasommer@freenet.de)
* *
* For more information about the RL2 format, visit: * For more information about the RL2 format, visit:


+ 2
- 1
libavcodec/tiff.c View File

@@ -20,10 +20,11 @@
*/ */


/** /**
* TIFF image decoder
* @file * @file
* TIFF image decoder
* @author Konstantin Shishkov * @author Konstantin Shishkov
*/ */

#include "avcodec.h" #include "avcodec.h"
#if CONFIG_ZLIB #if CONFIG_ZLIB
#include <zlib.h> #include <zlib.h>


+ 2
- 1
libavcodec/tiff.h View File

@@ -20,10 +20,11 @@
*/ */


/** /**
* TIFF tables
* @file * @file
* TIFF tables
* @author Konstantin Shishkov * @author Konstantin Shishkov
*/ */

#ifndef AVCODEC_TIFF_H #ifndef AVCODEC_TIFF_H
#define AVCODEC_TIFF_H #define AVCODEC_TIFF_H




+ 2
- 1
libavcodec/tiffenc.c View File

@@ -20,10 +20,11 @@
*/ */


/** /**
* TIFF image encoder
* @file * @file
* TIFF image encoder
* @author Bartlomiej Wolowiec * @author Bartlomiej Wolowiec
*/ */

#include "avcodec.h" #include "avcodec.h"
#if CONFIG_ZLIB #if CONFIG_ZLIB
#include <zlib.h> #include <zlib.h>


+ 1
- 1
libavcodec/tmv.c View File

@@ -20,8 +20,8 @@
*/ */


/** /**
* 8088flex TMV video decoder
* @file * @file
* 8088flex TMV video decoder
* @author Daniel Verkamp * @author Daniel Verkamp
* @sa http://www.oldskool.org/pc/8088_Corruption * @sa http://www.oldskool.org/pc/8088_Corruption
*/ */


+ 1
- 1
libavformat/soxdec.c View File

@@ -23,8 +23,8 @@
*/ */


/** /**
* SoX native format demuxer
* @file * @file
* SoX native format demuxer
* @author Daniel Verkamp * @author Daniel Verkamp
* @sa http://wiki.multimedia.cx/index.php?title=SoX_native_intermediate_format * @sa http://wiki.multimedia.cx/index.php?title=SoX_native_intermediate_format
*/ */


+ 1
- 1
libavformat/soxenc.c View File

@@ -23,8 +23,8 @@
*/ */


/** /**
* SoX native format muxer
* @file * @file
* SoX native format muxer
* @author Daniel Verkamp * @author Daniel Verkamp
* @sa http://wiki.multimedia.cx/index.php?title=SoX_native_intermediate_format * @sa http://wiki.multimedia.cx/index.php?title=SoX_native_intermediate_format
*/ */


+ 1
- 1
libavformat/tmv.c View File

@@ -20,8 +20,8 @@
*/ */


/** /**
* 8088flex TMV file demuxer
* @file * @file
* 8088flex TMV file demuxer
* @author Daniel Verkamp * @author Daniel Verkamp
* @sa http://www.oldskool.org/pc/8088_Corruption * @sa http://www.oldskool.org/pc/8088_Corruption
*/ */


Loading…
Cancel
Save