doc/examples: misc Doxygen markup improvements

Add properly formatted @example tag and fix Doxygen syntax.
This commit is contained in:
Diego Biurrun
2014-02-11 15:49:39 +01:00
parent 3a26ccbf0d
commit 0b9716c455
2 changed files with 6 additions and 3 deletions

View File

@@ -25,8 +25,8 @@
* libavformat API example.
*
* @example doc/examples/output.c
* Output a media file in any supported libavformat format.
* The default codecs are used.
* Output a media file in any supported libavformat format. The default
* codecs are used.
*/
#include <stdlib.h>