doxygen: consistently place brief description

pull/2/head
Diego Biurrun 14 years ago
parent ec679eb453
commit f6f95d4e49
  1. 2
      libavcodec/faxcompr.c
  2. 2
      libavcodec/faxcompr.h
  3. 2
      libavcodec/lzwenc.c
  4. 2
      libavcodec/pcxenc.c
  5. 2
      libavcodec/rl2.c
  6. 3
      libavcodec/tiff.c
  7. 3
      libavcodec/tiff.h
  8. 3
      libavcodec/tiffenc.c
  9. 2
      libavcodec/tmv.c
  10. 2
      libavformat/soxdec.c
  11. 2
      libavformat/soxenc.c
  12. 2
      libavformat/tmv.c

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

@ -20,8 +20,8 @@
*/
/**
* CCITT Fax Group 3 and 4 decompression
* @file
* CCITT Fax Group 3 and 4 decompression
* @author Konstantin Shishkov
*/
#ifndef AVCODEC_FAXCOMPR_H

@ -20,8 +20,8 @@
*/
/**
* LZW encoder
* @file
* LZW encoder
* @author Bartlomiej Wolowiec
*/

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

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

@ -20,10 +20,11 @@
*/
/**
* TIFF image decoder
* @file
* TIFF image decoder
* @author Konstantin Shishkov
*/
#include "avcodec.h"
#if CONFIG_ZLIB
#include <zlib.h>

@ -20,10 +20,11 @@
*/
/**
* TIFF tables
* @file
* TIFF tables
* @author Konstantin Shishkov
*/
#ifndef AVCODEC_TIFF_H
#define AVCODEC_TIFF_H

@ -20,10 +20,11 @@
*/
/**
* TIFF image encoder
* @file
* TIFF image encoder
* @author Bartlomiej Wolowiec
*/
#include "avcodec.h"
#if CONFIG_ZLIB
#include <zlib.h>

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

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

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

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

Loading…
Cancel
Save