Browse Source

doc/examples: misc Doxygen markup improvements

Add properly formatted @example tag and fix Doxygen syntax.
tags/n2.2-rc1
Diego Biurrun 11 years ago
parent
commit
0b9716c455
2 changed files with 6 additions and 3 deletions
  1. +2
    -2
      doc/examples/output.c
  2. +4
    -1
      doc/examples/transcode_aac.c

+ 2
- 2
doc/examples/output.c 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>


+ 4
- 1
doc/examples/transcode_aac.c 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.
* @author Andreas Unterweger (dustsigns@gmail.com)
*/


Loading…
Cancel
Save