diff --git a/libavcodec/8svx.c b/libavcodec/8svx.c
index 5fdea915ff6704ba1f7d7110de73af67b70d9b7d..4b60377128bdc598d1ef97c19d6dfa37cebe234e 100644
--- a/libavcodec/8svx.c
+++ b/libavcodec/8svx.c
@@ -23,6 +23,7 @@
  * @file
  * 8svx audio decoder
  * @author Jaikrishnan Menon
+ *
  * supports: fibonacci delta encoding
  *         : exponential encoding
  */
diff --git a/libavcodec/qdm2.c b/libavcodec/qdm2.c
index 86847adc104cd84f5c00fe84ae796b59e9caedbe..2a45495c7cdc7200a75b52eabe09ff2b27d5dde0 100644
--- a/libavcodec/qdm2.c
+++ b/libavcodec/qdm2.c
@@ -26,6 +26,7 @@
  * @file
  * QDM2 decoder
  * @author Ewald Snel, Benjamin Larsson, Alex Beregszaszi, Roberto Togni
+ *
  * The decoder is not perfect yet, there are still some distortions
  * especially on files encoded with 16 or 8 subbands.
  */
diff --git a/libavcodec/rl2.c b/libavcodec/rl2.c
index 3d1cea39952250d185c343afa3e040a640415e5a..c88e8ed343a6c360cac9122c161f270cbd0a0c53 100644
--- a/libavcodec/rl2.c
+++ b/libavcodec/rl2.c
@@ -23,6 +23,7 @@
  * RL2 Video Decoder
  * @file
  * @author Sascha Sommer (saschasommer@freenet.de)
+ *
  * For more information about the RL2 format, visit:
  *   http://wiki.multimedia.cx/index.php?title=RL2
  */
diff --git a/libavformat/iss.c b/libavformat/iss.c
index fe5203dbcdf7a640b056f445683a8406e534c945..100066bad2ccdf7aa8384bc89c7da9bf578bfed0 100644
--- a/libavformat/iss.c
+++ b/libavformat/iss.c
@@ -23,7 +23,8 @@
  * @file
  * Funcom ISS file demuxer
  * @author Jaikrishnan Menon
- * for more information on the .iss file format, visit:
+ *
+ * For more information on the .iss file format, visit:
  * http://wiki.multimedia.cx/index.php?title=FunCom_ISS
  */
 
diff --git a/libavformat/rl2.c b/libavformat/rl2.c
index 12cb391ad812ca9dcf8acd21aa24f079ec165699..68c1a01636c760dabed543a34435f57a0040295b 100644
--- a/libavformat/rl2.c
+++ b/libavformat/rl2.c
@@ -23,6 +23,7 @@
  * RL2 file demuxer
  * @file
  * @author Sascha Sommer (saschasommer@freenet.de)
+ *
  * For more information regarding the RL2 file format, visit:
  *   http://wiki.multimedia.cx/index.php?title=RL2
  *