Commit 0b9716c4 authored by Diego Biurrun's avatar Diego Biurrun

doc/examples: misc Doxygen markup improvements

Add properly formatted @example tag and fix Doxygen syntax.
parent 3a26ccbf
...@@ -25,8 +25,8 @@ ...@@ -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>
......
...@@ -17,7 +17,10 @@ ...@@ -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)
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment