doxygen: place empty line between brief description and detailed description
Without it, Doxygen cannot separate them into different sections.
This commit is contained in:
parent
5a819c5e23
commit
ec679eb453
@ -23,6 +23,7 @@
|
|||||||
* @file
|
* @file
|
||||||
* 8svx audio decoder
|
* 8svx audio decoder
|
||||||
* @author Jaikrishnan Menon
|
* @author Jaikrishnan Menon
|
||||||
|
*
|
||||||
* supports: fibonacci delta encoding
|
* supports: fibonacci delta encoding
|
||||||
* : exponential encoding
|
* : exponential encoding
|
||||||
*/
|
*/
|
||||||
|
@ -26,6 +26,7 @@
|
|||||||
* @file
|
* @file
|
||||||
* QDM2 decoder
|
* QDM2 decoder
|
||||||
* @author Ewald Snel, Benjamin Larsson, Alex Beregszaszi, Roberto Togni
|
* @author Ewald Snel, Benjamin Larsson, Alex Beregszaszi, Roberto Togni
|
||||||
|
*
|
||||||
* The decoder is not perfect yet, there are still some distortions
|
* The decoder is not perfect yet, there are still some distortions
|
||||||
* especially on files encoded with 16 or 8 subbands.
|
* especially on files encoded with 16 or 8 subbands.
|
||||||
*/
|
*/
|
||||||
|
@ -23,6 +23,7 @@
|
|||||||
* RL2 Video Decoder
|
* RL2 Video Decoder
|
||||||
* @file
|
* @file
|
||||||
* @author Sascha Sommer (saschasommer@freenet.de)
|
* @author Sascha Sommer (saschasommer@freenet.de)
|
||||||
|
*
|
||||||
* For more information about the RL2 format, visit:
|
* For more information about the RL2 format, visit:
|
||||||
* http://wiki.multimedia.cx/index.php?title=RL2
|
* http://wiki.multimedia.cx/index.php?title=RL2
|
||||||
*/
|
*/
|
||||||
|
@ -23,7 +23,8 @@
|
|||||||
* @file
|
* @file
|
||||||
* Funcom ISS file demuxer
|
* Funcom ISS file demuxer
|
||||||
* @author Jaikrishnan Menon
|
* @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
|
* http://wiki.multimedia.cx/index.php?title=FunCom_ISS
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -23,6 +23,7 @@
|
|||||||
* RL2 file demuxer
|
* RL2 file demuxer
|
||||||
* @file
|
* @file
|
||||||
* @author Sascha Sommer (saschasommer@freenet.de)
|
* @author Sascha Sommer (saschasommer@freenet.de)
|
||||||
|
*
|
||||||
* For more information regarding the RL2 file format, visit:
|
* For more information regarding the RL2 file format, visit:
|
||||||
* http://wiki.multimedia.cx/index.php?title=RL2
|
* http://wiki.multimedia.cx/index.php?title=RL2
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user