summaryrefslogtreecommitdiff
path: root/libavformat
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2011-07-14 03:11:19 +0200
committerDiego Biurrun <diego@biurrun.de>2011-07-15 00:52:09 +0200
commit6168781f70ebac7da557207750d14f57c3cd4cb3 (patch)
treeb3af4adde967b4dcc0cc77f957fc758381cd6127 /libavformat
parentca5d57ef8ace36ca465208e04aaae1b461cb514a (diff)
doxygen: do not include license boilerplate in Doxygen documentation
Diffstat (limited to 'libavformat')
-rw-r--r--libavformat/flv.h8
-rw-r--r--libavformat/yop.c3
2 files changed, 7 insertions, 4 deletions
diff --git a/libavformat/flv.h b/libavformat/flv.h
index c86e20a7cf..6418b27419 100644
--- a/libavformat/flv.h
+++ b/libavformat/flv.h
@@ -1,5 +1,4 @@
-/**
- * @file
+/*
* FLV common header
*
* Copyright (c) 2006 The Libav Project
@@ -21,6 +20,11 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
+/**
+ * @file
+ * FLV common header
+ */
+
#ifndef AVFORMAT_FLV_H
#define AVFORMAT_FLV_H
diff --git a/libavformat/yop.c b/libavformat/yop.c
index e3671874a1..bc29b0883e 100644
--- a/libavformat/yop.c
+++ b/libavformat/yop.c
@@ -1,5 +1,4 @@
-/**
- * @file
+/*
* Psygnosis YOP demuxer
*
* Copyright (C) 2010 Mohamed Naufal Basheer <naufal11@gmail.com>