diff options
author | Diego Biurrun <diego@biurrun.de> | 2009-02-01 02:00:19 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2009-02-01 02:00:19 +0000 |
commit | bad5537e2c2caeb5deb1ff9d771ea01058b8010c (patch) | |
tree | 56da9a86c9248924b91d15a8681355ece14f5c9a /libavcodec/ppc | |
parent | 65ffe3e85c2eb1e1ac03ab31be8f1756c324f8cf (diff) | |
download | ffmpeg-bad5537e2c2caeb5deb1ff9d771ea01058b8010c.tar.gz |
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
Diffstat (limited to 'libavcodec/ppc')
-rw-r--r-- | libavcodec/ppc/check_altivec.c | 2 | ||||
-rw-r--r-- | libavcodec/ppc/imgresample_altivec.c | 2 | ||||
-rw-r--r-- | libavcodec/ppc/int_altivec.c | 2 | ||||
-rw-r--r-- | libavcodec/ppc/util_altivec.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/libavcodec/ppc/check_altivec.c b/libavcodec/ppc/check_altivec.c index 6e38f9c75d..e034ceba41 100644 --- a/libavcodec/ppc/check_altivec.c +++ b/libavcodec/ppc/check_altivec.c @@ -18,7 +18,7 @@ /** - * @file check_altivec.c + * @file libavcodec/ppc/check_altivec.c * Checks for AltiVec presence. */ diff --git a/libavcodec/ppc/imgresample_altivec.c b/libavcodec/ppc/imgresample_altivec.c index efe4ea2d5f..02d08aee4c 100644 --- a/libavcodec/ppc/imgresample_altivec.c +++ b/libavcodec/ppc/imgresample_altivec.c @@ -20,7 +20,7 @@ */ /** - * @file imgresample_altivec.c + * @file libavcodec/ppc/imgresample_altivec.c * High quality image resampling with polyphase filters - AltiVec bits */ diff --git a/libavcodec/ppc/int_altivec.c b/libavcodec/ppc/int_altivec.c index 5cadea2b38..c467f411f2 100644 --- a/libavcodec/ppc/int_altivec.c +++ b/libavcodec/ppc/int_altivec.c @@ -19,7 +19,7 @@ */ /** - ** @file int_altivec.c + ** @file libavcodec/ppc/int_altivec.c ** integer misc ops. **/ diff --git a/libavcodec/ppc/util_altivec.h b/libavcodec/ppc/util_altivec.h index b52c159136..9bf7e390ac 100644 --- a/libavcodec/ppc/util_altivec.h +++ b/libavcodec/ppc/util_altivec.h @@ -17,7 +17,7 @@ */ /** - * @file util_altivec.h + * @file libavcodec/ppc/util_altivec.h * Contains misc utility macros and inline functions */ |