OSDN Git Service

doxygen: consistently place brief description
authorDiego Biurrun <diego@biurrun.de>
Thu, 14 Jul 2011 01:46:19 +0000 (03:46 +0200)
committerDiego Biurrun <diego@biurrun.de>
Thu, 14 Jul 2011 18:49:37 +0000 (20:49 +0200)
12 files changed:
libavcodec/faxcompr.c
libavcodec/faxcompr.h
libavcodec/lzwenc.c
libavcodec/pcxenc.c
libavcodec/rl2.c
libavcodec/tiff.c
libavcodec/tiff.h
libavcodec/tiffenc.c
libavcodec/tmv.c
libavformat/soxdec.c
libavformat/soxenc.c
libavformat/tmv.c

index 79e8d75..e59dad6 100644 (file)
@@ -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"
index 4742d15..8157f1f 100644 (file)
@@ -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
index df38116..cb064e7 100644 (file)
@@ -20,8 +20,8 @@
  */
 
 /**
- * LZW encoder
  * @file
+ * LZW encoder
  * @author Bartlomiej Wolowiec
  */
 
index 81629d0..2df84af 100644 (file)
@@ -20,8 +20,8 @@
  */
 
 /**
- * PCX image encoder
  * @file
+ * PCX image encoder
  * @author Daniel Verkamp
  * @sa http://www.qzx.com/pc-gpe/pcx.txt
  */
index c88e8ed..9d436a6 100644 (file)
@@ -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:
index 08cd3b0..7241d6f 100644 (file)
  */
 
 /**
- * TIFF image decoder
  * @file
+ * TIFF image decoder
  * @author Konstantin Shishkov
  */
+
 #include "avcodec.h"
 #if CONFIG_ZLIB
 #include <zlib.h>
index cd7ec83..cf890d6 100644 (file)
  */
 
 /**
- * TIFF tables
  * @file
+ * TIFF tables
  * @author Konstantin Shishkov
  */
+
 #ifndef AVCODEC_TIFF_H
 #define AVCODEC_TIFF_H
 
index 5cff13b..3d927eb 100644 (file)
  */
 
 /**
- * TIFF image encoder
  * @file
+ * TIFF image encoder
  * @author Bartlomiej Wolowiec
  */
+
 #include "avcodec.h"
 #if CONFIG_ZLIB
 #include <zlib.h>
index 80f3ac9..d540182 100644 (file)
@@ -20,8 +20,8 @@
  */
 
 /**
- * 8088flex TMV video decoder
  * @file
+ * 8088flex TMV video decoder
  * @author Daniel Verkamp
  * @sa http://www.oldskool.org/pc/8088_Corruption
  */
index b3b35b1..ca82ef1 100644 (file)
@@ -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
  */
index a0faa46..e28c479 100644 (file)
@@ -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
  */
index f894eab..79a8758 100644 (file)
@@ -20,8 +20,8 @@
  */
 
 /**
- * 8088flex TMV file demuxer
  * @file
+ * 8088flex TMV file demuxer
  * @author Daniel Verkamp
  * @sa http://www.oldskool.org/pc/8088_Corruption
  */