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. * libavformat API example.
* *
* @example doc/examples/output.c * @example doc/examples/output.c
* Output a media file in any supported libavformat format. * Output a media file in any supported libavformat format. The default
* The default codecs are used. * codecs are used.
*/ */
#include <stdlib.h> #include <stdlib.h>

View File

@ -17,7 +17,10 @@
*/ */
/** /**
* @file simple audio converter * @file
* simple audio converter
*
* @example doc/examples/transcode_aac.c
* Convert an input audio file to AAC in an MP4 container using Libav. * Convert an input audio file to AAC in an MP4 container using Libav.
* @author Andreas Unterweger (dustsigns@gmail.com) * @author Andreas Unterweger (dustsigns@gmail.com)
*/ */