diff options
author | Diego Biurrun | 2009-02-01 02:00:19 +0000 |
---|---|---|
committer | Diego Biurrun | 2009-02-01 02:00:19 +0000 |
commit | bad5537e2c2caeb5deb1ff9d771ea01058b8010c (patch) | |
tree | 56da9a86c9248924b91d15a8681355ece14f5c9a /libpostproc | |
parent | 65ffe3e85c2eb1e1ac03ab31be8f1756c324f8cf (diff) |
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 'libpostproc')
-rw-r--r-- | libpostproc/postprocess.c | 2 | ||||
-rw-r--r-- | libpostproc/postprocess.h | 2 | ||||
-rw-r--r-- | libpostproc/postprocess_internal.h | 2 | ||||
-rw-r--r-- | libpostproc/postprocess_template.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/libpostproc/postprocess.c b/libpostproc/postprocess.c index 99e525f2b6..4cfbaad7ca 100644 --- a/libpostproc/postprocess.c +++ b/libpostproc/postprocess.c @@ -21,7 +21,7 @@ */ /** - * @file postprocess.c + * @file libpostproc/postprocess.c * postprocessing. */ diff --git a/libpostproc/postprocess.h b/libpostproc/postprocess.h index 7e30da7db1..f5e350c457 100644 --- a/libpostproc/postprocess.h +++ b/libpostproc/postprocess.h @@ -22,7 +22,7 @@ #define POSTPROCESS_POSTPROCESS_H /** - * @file postprocess.h + * @file libpostproc/postprocess.h * @brief * external postprocessing API */ diff --git a/libpostproc/postprocess_internal.h b/libpostproc/postprocess_internal.h index de6f0bea20..3b39874169 100644 --- a/libpostproc/postprocess_internal.h +++ b/libpostproc/postprocess_internal.h @@ -19,7 +19,7 @@ */ /** - * @file postprocess_internal.h + * @file libpostproc/postprocess_internal.h * internal api header. */ diff --git a/libpostproc/postprocess_template.c b/libpostproc/postprocess_template.c index f75ad87580..6879dba8c1 100644 --- a/libpostproc/postprocess_template.c +++ b/libpostproc/postprocess_template.c @@ -19,7 +19,7 @@ */ /** - * @file postprocess_template.c + * @file libpostproc/postprocess_template.c * mmx/mmx2/3dnow postprocess code. */ |