From f6f95d4e4930b087851165d84dec1b45e412e86b Mon Sep 17 00:00:00 2001
From: Diego Biurrun <diego@biurrun.de>
Date: Thu, 14 Jul 2011 03:46:19 +0200
Subject: [PATCH] doxygen: consistently place brief description

---
 libavcodec/faxcompr.c | 2 +-
 libavcodec/faxcompr.h | 2 +-
 libavcodec/lzwenc.c   | 2 +-
 libavcodec/pcxenc.c   | 2 +-
 libavcodec/rl2.c      | 2 +-
 libavcodec/tiff.c     | 3 ++-
 libavcodec/tiff.h     | 3 ++-
 libavcodec/tiffenc.c  | 3 ++-
 libavcodec/tmv.c      | 2 +-
 libavformat/soxdec.c  | 2 +-
 libavformat/soxenc.c  | 2 +-
 libavformat/tmv.c     | 2 +-
 12 files changed, 15 insertions(+), 12 deletions(-)

diff --git a/libavcodec/faxcompr.c b/libavcodec/faxcompr.c
index 79e8d757af9..e59dad676ab 100644
--- a/libavcodec/faxcompr.c
+++ b/libavcodec/faxcompr.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"
diff --git a/libavcodec/faxcompr.h b/libavcodec/faxcompr.h
index 4742d15e59b..8157f1fc217 100644
--- a/libavcodec/faxcompr.h
+++ b/libavcodec/faxcompr.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
diff --git a/libavcodec/lzwenc.c b/libavcodec/lzwenc.c
index df38116c0db..cb064e79368 100644
--- a/libavcodec/lzwenc.c
+++ b/libavcodec/lzwenc.c
@@ -20,8 +20,8 @@
  */
 
 /**
- * LZW encoder
  * @file
+ * LZW encoder
  * @author Bartlomiej Wolowiec
  */
 
diff --git a/libavcodec/pcxenc.c b/libavcodec/pcxenc.c
index 81629d0addf..2df84afa38d 100644
--- a/libavcodec/pcxenc.c
+++ b/libavcodec/pcxenc.c
@@ -20,8 +20,8 @@
  */
 
 /**
- * PCX image encoder
  * @file
+ * PCX image encoder
  * @author Daniel Verkamp
  * @sa http://www.qzx.com/pc-gpe/pcx.txt
  */
diff --git a/libavcodec/rl2.c b/libavcodec/rl2.c
index c88e8ed343a..9d436a682fb 100644
--- a/libavcodec/rl2.c
+++ b/libavcodec/rl2.c
@@ -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:
diff --git a/libavcodec/tiff.c b/libavcodec/tiff.c
index 08cd3b0a6f7..7241d6f3fb6 100644
--- a/libavcodec/tiff.c
+++ b/libavcodec/tiff.c
@@ -20,10 +20,11 @@
  */
 
 /**
- * TIFF image decoder
  * @file
+ * TIFF image decoder
  * @author Konstantin Shishkov
  */
+
 #include "avcodec.h"
 #if CONFIG_ZLIB
 #include <zlib.h>
diff --git a/libavcodec/tiff.h b/libavcodec/tiff.h
index cd7ec830e70..cf890d678b8 100644
--- a/libavcodec/tiff.h
+++ b/libavcodec/tiff.h
@@ -20,10 +20,11 @@
  */
 
 /**
- * TIFF tables
  * @file
+ * TIFF tables
  * @author Konstantin Shishkov
  */
+
 #ifndef AVCODEC_TIFF_H
 #define AVCODEC_TIFF_H
 
diff --git a/libavcodec/tiffenc.c b/libavcodec/tiffenc.c
index 5cff13bca08..3d927eb068b 100644
--- a/libavcodec/tiffenc.c
+++ b/libavcodec/tiffenc.c
@@ -20,10 +20,11 @@
  */
 
 /**
- * TIFF image encoder
  * @file
+ * TIFF image encoder
  * @author Bartlomiej Wolowiec
  */
+
 #include "avcodec.h"
 #if CONFIG_ZLIB
 #include <zlib.h>
diff --git a/libavcodec/tmv.c b/libavcodec/tmv.c
index 80f3ac9cbcf..d540182adab 100644
--- a/libavcodec/tmv.c
+++ b/libavcodec/tmv.c
@@ -20,8 +20,8 @@
  */
 
 /**
- * 8088flex TMV video decoder
  * @file
+ * 8088flex TMV video decoder
  * @author Daniel Verkamp
  * @sa http://www.oldskool.org/pc/8088_Corruption
  */
diff --git a/libavformat/soxdec.c b/libavformat/soxdec.c
index b3b35b12fdb..ca82ef1cca7 100644
--- a/libavformat/soxdec.c
+++ b/libavformat/soxdec.c
@@ -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
  */
diff --git a/libavformat/soxenc.c b/libavformat/soxenc.c
index a0faa466df4..e28c479c973 100644
--- a/libavformat/soxenc.c
+++ b/libavformat/soxenc.c
@@ -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
  */
diff --git a/libavformat/tmv.c b/libavformat/tmv.c
index f894eab46a3..79a875885ea 100644
--- a/libavformat/tmv.c
+++ b/libavformat/tmv.c
@@ -20,8 +20,8 @@
  */
 
 /**
- * 8088flex TMV file demuxer
  * @file
+ * 8088flex TMV file demuxer
  * @author Daniel Verkamp
  * @sa http://www.oldskool.org/pc/8088_Corruption
  */
-- 
GitLab