From bad5537e2c2caeb5deb1ff9d771ea01058b8010c Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sun, 1 Feb 2009 02:00:19 +0000 Subject: Use full internal pathname in doxygen @file directives. Otherwise doxygen complains about ambiguous filenames when files exist under the same name in different subdirectories. Originally committed as revision 16912 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/x86/h264_i386.h | 2 +- libavcodec/x86/idct_sse2_xvid.c | 2 +- libavcodec/x86/idct_xvid.h | 2 +- libavcodec/x86/vp3dsp_mmx.c | 2 +- libavcodec/x86/vp3dsp_sse2.c | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'libavcodec/x86') diff --git a/libavcodec/x86/h264_i386.h b/libavcodec/x86/h264_i386.h index 2394a8e491..29b214a85f 100644 --- a/libavcodec/x86/h264_i386.h +++ b/libavcodec/x86/h264_i386.h @@ -20,7 +20,7 @@ */ /** - * @file h264_i386.h + * @file libavcodec/x86/h264_i386.h * H.264 / AVC / MPEG4 part10 codec. * non-MMX i386-specific optimizations for H.264 * @author Michael Niedermayer diff --git a/libavcodec/x86/idct_sse2_xvid.c b/libavcodec/x86/idct_sse2_xvid.c index 789167f712..4b83a44d18 100644 --- a/libavcodec/x86/idct_sse2_xvid.c +++ b/libavcodec/x86/idct_sse2_xvid.c @@ -42,7 +42,7 @@ #include "idct_xvid.h" /*! - * @file idct_sse2_xvid.c + * @file libavcodec/x86/idct_sse2_xvid.c * @brief SSE2 idct compatible with xvidmmx */ diff --git a/libavcodec/x86/idct_xvid.h b/libavcodec/x86/idct_xvid.h index bddbdb95c0..6e29f0d8da 100644 --- a/libavcodec/x86/idct_xvid.h +++ b/libavcodec/x86/idct_xvid.h @@ -19,7 +19,7 @@ */ /*! - * @file idct_xvid.h + * @file libavcodec/x86/idct_xvid.h * header for Xvid IDCT functions */ diff --git a/libavcodec/x86/vp3dsp_mmx.c b/libavcodec/x86/vp3dsp_mmx.c index 010bfc65d6..27d4640217 100644 --- a/libavcodec/x86/vp3dsp_mmx.c +++ b/libavcodec/x86/vp3dsp_mmx.c @@ -19,7 +19,7 @@ */ /** - * @file vp3dsp_mmx.c + * @file libavcodec/x86/vp3dsp_mmx.c * MMX-optimized functions cribbed from the original VP3 source code. */ diff --git a/libavcodec/x86/vp3dsp_sse2.c b/libavcodec/x86/vp3dsp_sse2.c index 82670c74ef..6f90dc6ed1 100644 --- a/libavcodec/x86/vp3dsp_sse2.c +++ b/libavcodec/x86/vp3dsp_sse2.c @@ -19,7 +19,7 @@ */ /** - * @file vp3dsp_sse2.c + * @file libavcodec/x86/vp3dsp_sse2.c * SSE2-optimized functions cribbed from the original VP3 source code. */ -- cgit v1.2.3