Browse code

doxygen: consistently place brief description

Diego Biurrun authored on 2011/07/14 10:46:19
Showing 12 changed files
... ...
@@ -20,8 +20,8 @@
20 20
  */
21 21
 
22 22
 /**
23
- * CCITT Fax Group 3 and 4 decompression
24 23
  * @file
24
+ * CCITT Fax Group 3 and 4 decompression
25 25
  * @author Konstantin Shishkov
26 26
  */
27 27
 #include "avcodec.h"
... ...
@@ -20,8 +20,8 @@
20 20
  */
21 21
 
22 22
 /**
23
- * CCITT Fax Group 3 and 4 decompression
24 23
  * @file
24
+ * CCITT Fax Group 3 and 4 decompression
25 25
  * @author Konstantin Shishkov
26 26
  */
27 27
 #ifndef AVCODEC_FAXCOMPR_H
... ...
@@ -20,8 +20,8 @@
20 20
  */
21 21
 
22 22
 /**
23
- * LZW encoder
24 23
  * @file
24
+ * LZW encoder
25 25
  * @author Bartlomiej Wolowiec
26 26
  */
27 27
 
... ...
@@ -20,8 +20,8 @@
20 20
  */
21 21
 
22 22
 /**
23
- * PCX image encoder
24 23
  * @file
24
+ * PCX image encoder
25 25
  * @author Daniel Verkamp
26 26
  * @sa http://www.qzx.com/pc-gpe/pcx.txt
27 27
  */
... ...
@@ -20,8 +20,8 @@
20 20
  */
21 21
 
22 22
 /**
23
- * RL2 Video Decoder
24 23
  * @file
24
+ * RL2 Video Decoder
25 25
  * @author Sascha Sommer (saschasommer@freenet.de)
26 26
  *
27 27
  * For more information about the RL2 format, visit:
... ...
@@ -20,10 +20,11 @@
20 20
  */
21 21
 
22 22
 /**
23
- * TIFF image decoder
24 23
  * @file
24
+ * TIFF image decoder
25 25
  * @author Konstantin Shishkov
26 26
  */
27
+
27 28
 #include "avcodec.h"
28 29
 #if CONFIG_ZLIB
29 30
 #include <zlib.h>
... ...
@@ -20,10 +20,11 @@
20 20
  */
21 21
 
22 22
 /**
23
- * TIFF tables
24 23
  * @file
24
+ * TIFF tables
25 25
  * @author Konstantin Shishkov
26 26
  */
27
+
27 28
 #ifndef AVCODEC_TIFF_H
28 29
 #define AVCODEC_TIFF_H
29 30
 
... ...
@@ -20,10 +20,11 @@
20 20
  */
21 21
 
22 22
 /**
23
- * TIFF image encoder
24 23
  * @file
24
+ * TIFF image encoder
25 25
  * @author Bartlomiej Wolowiec
26 26
  */
27
+
27 28
 #include "avcodec.h"
28 29
 #if CONFIG_ZLIB
29 30
 #include <zlib.h>
... ...
@@ -20,8 +20,8 @@
20 20
  */
21 21
 
22 22
 /**
23
- * 8088flex TMV video decoder
24 23
  * @file
24
+ * 8088flex TMV video decoder
25 25
  * @author Daniel Verkamp
26 26
  * @sa http://www.oldskool.org/pc/8088_Corruption
27 27
  */
... ...
@@ -23,8 +23,8 @@
23 23
  */
24 24
 
25 25
 /**
26
- * SoX native format demuxer
27 26
  * @file
27
+ * SoX native format demuxer
28 28
  * @author Daniel Verkamp
29 29
  * @sa http://wiki.multimedia.cx/index.php?title=SoX_native_intermediate_format
30 30
  */
... ...
@@ -23,8 +23,8 @@
23 23
  */
24 24
 
25 25
 /**
26
- * SoX native format muxer
27 26
  * @file
27
+ * SoX native format muxer
28 28
  * @author Daniel Verkamp
29 29
  * @sa http://wiki.multimedia.cx/index.php?title=SoX_native_intermediate_format
30 30
  */
... ...
@@ -20,8 +20,8 @@
20 20
  */
21 21
 
22 22
 /**
23
- * 8088flex TMV file demuxer
24 23
  * @file
24
+ * 8088flex TMV file demuxer
25 25
  * @author Daniel Verkamp
26 26
  * @sa http://www.oldskool.org/pc/8088_Corruption
27 27
  */