diff options
author | Diego Biurrun <diego@biurrun.de> | 2011-07-14 03:12:36 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2011-07-14 20:49:08 +0200 |
commit | ec679eb4530174fe8d1e06c6010597539f6c1c97 (patch) | |
tree | c51135e727f6966fd5612f7894c2534df0d4e37d /libavformat | |
parent | 5a819c5e23b46bb03a9862790452ff829ea1e898 (diff) | |
download | ffmpeg-ec679eb4530174fe8d1e06c6010597539f6c1c97.tar.gz |
doxygen: place empty line between brief description and detailed description
Without it, Doxygen cannot separate them into different sections.
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/iss.c | 3 | ||||
-rw-r--r-- | libavformat/rl2.c | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/libavformat/iss.c b/libavformat/iss.c index fe5203dbcd..100066bad2 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 12cb391ad8..68c1a01636 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 * |