changeset 899:0795a743bda1 libavutil

Remove explicit filename from Doxygen @file commands. Passing an explicit filename to this command is only necessary if the documentation in the @file block refers to a file different from the one the block resides in.
author diego
date Tue, 20 Apr 2010 14:45:34 +0000
parents 9087f43dbcd2
children 5dcfac995af3
files attributes.h avutil.h base64.c bfin/bswap.h bswap.h common.h error.h fifo.h integer.c integer.h internal.h intfloat_readwrite.c libm.h lls.c log.c mathematics.c mem.c mem.h pca.c pca.h pixfmt.h rational.c rational.h sh4/bswap.h timer.h tree.h utils.c x86/bswap.h
diffstat 28 files changed, 28 insertions(+), 28 deletions(-) [+]
line wrap: on
line diff
--- a/attributes.h	Wed Apr 14 20:15:19 2010 +0000
+++ b/attributes.h	Tue Apr 20 14:45:34 2010 +0000
@@ -19,7 +19,7 @@
  */
 
 /**
- * @file libavutil/attributes.h
+ * @file
  * Macro definitions for various function/variable attributes
  */
 
--- a/avutil.h	Wed Apr 14 20:15:19 2010 +0000
+++ b/avutil.h	Tue Apr 20 14:45:34 2010 +0000
@@ -22,7 +22,7 @@
 #define AVUTIL_AVUTIL_H
 
 /**
- * @file libavutil/avutil.h
+ * @file
  * external API header
  */
 
--- a/base64.c	Wed Apr 14 20:15:19 2010 +0000
+++ b/base64.c	Tue Apr 20 14:45:34 2010 +0000
@@ -19,7 +19,7 @@
  */
 
 /**
- * @file libavutil/base64.c
+ * @file
  * @brief Base64 encode/decode
  * @author Ryan Martell <rdm4@martellventures.com> (with lots of Michael)
  */
--- a/bfin/bswap.h	Wed Apr 14 20:15:19 2010 +0000
+++ b/bfin/bswap.h	Tue Apr 20 14:45:34 2010 +0000
@@ -19,7 +19,7 @@
  */
 
 /**
- * @file libavutil/bfin/bswap.h
+ * @file
  * byte swapping routines
  */
 
--- a/bswap.h	Wed Apr 14 20:15:19 2010 +0000
+++ b/bswap.h	Tue Apr 20 14:45:34 2010 +0000
@@ -19,7 +19,7 @@
  */
 
 /**
- * @file libavutil/bswap.h
+ * @file
  * byte swapping routines
  */
 
--- a/common.h	Wed Apr 14 20:15:19 2010 +0000
+++ b/common.h	Tue Apr 20 14:45:34 2010 +0000
@@ -19,7 +19,7 @@
  */
 
 /**
- * @file libavutil/common.h
+ * @file
  * common internal and external API header
  */
 
--- a/error.h	Wed Apr 14 20:15:19 2010 +0000
+++ b/error.h	Tue Apr 20 14:45:34 2010 +0000
@@ -17,7 +17,7 @@
  */
 
 /**
- * @file libavutil/error.h
+ * @file
  * error code definitions
  */
 
--- a/fifo.h	Wed Apr 14 20:15:19 2010 +0000
+++ b/fifo.h	Tue Apr 20 14:45:34 2010 +0000
@@ -17,7 +17,7 @@
  */
 
 /**
- * @file libavutil/fifo.h
+ * @file
  * a very simple circular buffer FIFO implementation
  */
 
--- a/integer.c	Wed Apr 14 20:15:19 2010 +0000
+++ b/integer.c	Tue Apr 20 14:45:34 2010 +0000
@@ -20,7 +20,7 @@
  */
 
 /**
- * @file libavutil/integer.c
+ * @file
  * arbitrary precision integers
  * @author Michael Niedermayer <michaelni@gmx.at>
  */
--- a/integer.h	Wed Apr 14 20:15:19 2010 +0000
+++ b/integer.h	Tue Apr 20 14:45:34 2010 +0000
@@ -20,7 +20,7 @@
  */
 
 /**
- * @file libavutil/integer.h
+ * @file
  * arbitrary precision integers
  * @author Michael Niedermayer <michaelni@gmx.at>
  */
--- a/internal.h	Wed Apr 14 20:15:19 2010 +0000
+++ b/internal.h	Tue Apr 20 14:45:34 2010 +0000
@@ -19,7 +19,7 @@
  */
 
 /**
- * @file libavutil/internal.h
+ * @file
  * common internal API header
  */
 
--- a/intfloat_readwrite.c	Wed Apr 14 20:15:19 2010 +0000
+++ b/intfloat_readwrite.c	Tue Apr 20 14:45:34 2010 +0000
@@ -21,7 +21,7 @@
  */
 
 /**
- * @file libavutil/intfloat_readwrite.c
+ * @file
  * portable IEEE float/double read/write functions
  */
 
--- a/libm.h	Wed Apr 14 20:15:19 2010 +0000
+++ b/libm.h	Tue Apr 20 14:45:34 2010 +0000
@@ -17,7 +17,7 @@
  */
 
 /**
- * @file libavutil/libm.h
+ * @file
  * Replacements for frequently missing libm functions
  */
 
--- a/lls.c	Wed Apr 14 20:15:19 2010 +0000
+++ b/lls.c	Tue Apr 20 14:45:34 2010 +0000
@@ -21,7 +21,7 @@
  */
 
 /**
- * @file libavutil/lls.c
+ * @file
  * linear least squares model
  */
 
--- a/log.c	Wed Apr 14 20:15:19 2010 +0000
+++ b/log.c	Tue Apr 20 14:45:34 2010 +0000
@@ -20,7 +20,7 @@
  */
 
 /**
- * @file libavutil/log.c
+ * @file
  * logging functions
  */
 
--- a/mathematics.c	Wed Apr 14 20:15:19 2010 +0000
+++ b/mathematics.c	Tue Apr 20 14:45:34 2010 +0000
@@ -19,7 +19,7 @@
  */
 
 /**
- * @file libavutil/mathematics.c
+ * @file
  * miscellaneous math routines and tables
  */
 
--- a/mem.c	Wed Apr 14 20:15:19 2010 +0000
+++ b/mem.c	Tue Apr 20 14:45:34 2010 +0000
@@ -20,7 +20,7 @@
  */
 
 /**
- * @file libavutil/mem.c
+ * @file
  * default memory allocator for libavutil
  */
 
--- a/mem.h	Wed Apr 14 20:15:19 2010 +0000
+++ b/mem.h	Tue Apr 20 14:45:34 2010 +0000
@@ -19,7 +19,7 @@
  */
 
 /**
- * @file libavutil/mem.h
+ * @file
  * memory handling functions
  */
 
--- a/pca.c	Wed Apr 14 20:15:19 2010 +0000
+++ b/pca.c	Tue Apr 20 14:45:34 2010 +0000
@@ -20,7 +20,7 @@
  */
 
 /**
- * @file libavutil/pca.c
+ * @file
  * principal component analysis (PCA)
  */
 
--- a/pca.h	Wed Apr 14 20:15:19 2010 +0000
+++ b/pca.h	Tue Apr 20 14:45:34 2010 +0000
@@ -20,7 +20,7 @@
  */
 
 /**
- * @file libavutil/pca.h
+ * @file
  * principal component analysis (PCA)
  */
 
--- a/pixfmt.h	Wed Apr 14 20:15:19 2010 +0000
+++ b/pixfmt.h	Tue Apr 20 14:45:34 2010 +0000
@@ -22,7 +22,7 @@
 #define AVUTIL_PIXFMT_H
 
 /**
- * @file libavutil/pixfmt.h
+ * @file
  * pixel format definitions
  *
  * @warning This file has to be considered an internal but installed
--- a/rational.c	Wed Apr 14 20:15:19 2010 +0000
+++ b/rational.c	Tue Apr 20 14:45:34 2010 +0000
@@ -20,7 +20,7 @@
  */
 
 /**
- * @file libavutil/rational.c
+ * @file
  * rational numbers
  * @author Michael Niedermayer <michaelni@gmx.at>
  */
--- a/rational.h	Wed Apr 14 20:15:19 2010 +0000
+++ b/rational.h	Tue Apr 20 14:45:34 2010 +0000
@@ -20,7 +20,7 @@
  */
 
 /**
- * @file libavutil/rational.h
+ * @file
  * rational numbers
  * @author Michael Niedermayer <michaelni@gmx.at>
  */
--- a/sh4/bswap.h	Wed Apr 14 20:15:19 2010 +0000
+++ b/sh4/bswap.h	Tue Apr 20 14:45:34 2010 +0000
@@ -17,7 +17,7 @@
  */
 
 /**
- * @file libavutil/sh4/bswap.h
+ * @file
  * byte swapping routines
  */
 
--- a/timer.h	Wed Apr 14 20:15:19 2010 +0000
+++ b/timer.h	Tue Apr 20 14:45:34 2010 +0000
@@ -1,5 +1,5 @@
 /**
- * @file libavutil/timer.h
+ * @file
  * high precision timer, useful to profile code
  *
  * copyright (c) 2006 Michael Niedermayer <michaelni@gmx.at>
--- a/tree.h	Wed Apr 14 20:15:19 2010 +0000
+++ b/tree.h	Tue Apr 20 14:45:34 2010 +0000
@@ -19,7 +19,7 @@
  */
 
 /**
- * @file libavutil/tree.h
+ * @file
  * A tree container.
  * Insertion, removal, finding equal, largest which is smaller than and
  * smallest which is larger than, all have O(log n) worst case complexity.
--- a/utils.c	Wed Apr 14 20:15:19 2010 +0000
+++ b/utils.c	Tue Apr 20 14:45:34 2010 +0000
@@ -20,7 +20,7 @@
 #include "avutil.h"
 
 /**
- * @file libavutil/utils.c
+ * @file
  * various utility functions
  */
 
--- a/x86/bswap.h	Wed Apr 14 20:15:19 2010 +0000
+++ b/x86/bswap.h	Tue Apr 20 14:45:34 2010 +0000
@@ -17,7 +17,7 @@
  */
 
 /**
- * @file libavutil/x86/bswap.h
+ * @file
  * byte swapping routines
  */