]> git.sesse.net Git - ffmpeg/commitdiff
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 79e8d757af9dcd87f9c3db6be1a38882d8033127..e59dad676abf7e132623a0a155792ded103d03a6 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 4742d15e59b48412acd669de57a56d032cdbcdcb..8157f1fc21789682c64b5f3658398f5d00131233 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 df38116c0db8cff795628d3d39b9192cfdc8bafd..cb064e79368373a9e851f5e82a8b4571c9b5fbcc 100644 (file)
@@ -20,8 +20,8 @@
  */
 
 /**
- * LZW encoder
  * @file
+ * LZW encoder
  * @author Bartlomiej Wolowiec
  */
 
index 81629d0addf498dcbe03a6c0444e8fc69fcd7aa6..2df84afa38dbb4d6969bf6d08c31f8daafab75fd 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 c88e8ed343a6c360cac9122c161f270cbd0a0c53..9d436a682fb69dd8325736680a28a99f13e892a6 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 08cd3b0a6f7451aa4c9f888bd633d22e6e869ee8..7241d6f3fb69bf7c87bd4fd95bfcda911c046655 100644 (file)
  */
 
 /**
- * TIFF image decoder
  * @file
+ * TIFF image decoder
  * @author Konstantin Shishkov
  */
+
 #include "avcodec.h"
 #if CONFIG_ZLIB
 #include <zlib.h>
index cd7ec830e701385e7f77bf630d9efb2e9cef6c86..cf890d678b8054134890048fa28a57e5a0ba5517 100644 (file)
  */
 
 /**
- * TIFF tables
  * @file
+ * TIFF tables
  * @author Konstantin Shishkov
  */
+
 #ifndef AVCODEC_TIFF_H
 #define AVCODEC_TIFF_H
 
index 5cff13bca0814af98432d140728e5861bb029994..3d927eb068bdc8061f9cc4d8840d6f49db6c38e0 100644 (file)
  */
 
 /**
- * TIFF image encoder
  * @file
+ * TIFF image encoder
  * @author Bartlomiej Wolowiec
  */
+
 #include "avcodec.h"
 #if CONFIG_ZLIB
 #include <zlib.h>
index 80f3ac9cbcf8b90b3b9c91674bc7153ded88df4e..d540182adab860b779b621264ba47e62bb0d66a9 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 b3b35b12fdbb7a1844772be6f0b4bb89022db3e1..ca82ef1cca72dc40636e4a2a2a47a2585363ff62 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 a0faa466df42cb59c1adc9386d8187759c77e6da..e28c479c9732ea3cce67b596006d66d45f41a1f0 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 f894eab46a359054000e220b10210bef98f5f3ed..79a875885ea58136bfb7e7b6b6d091d5fd6fff30 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
  */