summaryrefslogtreecommitdiff
path: root/libavutil/timer.h
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 /libavutil/timer.h
parentca5d57ef8ace36ca465208e04aaae1b461cb514a (diff)
doxygen: do not include license boilerplate in Doxygen documentation
Diffstat (limited to 'libavutil/timer.h')
-rw-r--r--libavutil/timer.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/libavutil/timer.h b/libavutil/timer.h
index a2ca5cf828..341d508c44 100644
--- a/libavutil/timer.h
+++ b/libavutil/timer.h
@@ -1,7 +1,4 @@
-/**
- * @file
- * high precision timer, useful to profile code
- *
+/*
* copyright (c) 2006 Michael Niedermayer <michaelni@gmx.at>
*
* This file is part of Libav.
@@ -21,6 +18,11 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
+/**
+ * @file
+ * high precision timer, useful to profile code
+ */
+
#ifndef AVUTIL_TIMER_H
#define AVUTIL_TIMER_H