summaryrefslogtreecommitdiff
path: root/doc/examples
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2011-05-30 09:12:48 +0200
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2011-05-30 09:20:06 +0200
commitf501c74d9916187206e8bc23c7ff041d91098677 (patch)
tree9953861993f90fb18afdc6b819ef94cfd6ec4b59 /doc/examples
parent9362b5094114bd2f0cea74691ad900b19dac64f8 (diff)
output-example: create @file doxy from text in the copyright header
Diffstat (limited to 'doc/examples')
-rw-r--r--doc/examples/output-example.c10
1 files changed, 7 insertions, 3 deletions
diff --git a/doc/examples/output-example.c b/doc/examples/output-example.c
index f174305fe6..f068e946dd 100644
--- a/doc/examples/output-example.c
+++ b/doc/examples/output-example.c
@@ -1,7 +1,4 @@
/*
- * Libavformat API example: Output a media file in any supported
- * libavformat format. The default codecs are used.
- *
* Copyright (c) 2003 Fabrice Bellard
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -22,6 +19,13 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*/
+
+/**
+ * @file
+ * Libavformat API example: Output a media file in any supported
+ * libavformat format. The default codecs are used.
+ */
+
#include <stdlib.h>
#include <stdio.h>
#include <string.h>