diff options
author | Diego Biurrun <diego@biurrun.de> | 2009-02-01 02:01:31 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2009-02-01 02:01:31 +0000 |
commit | 82aaa790d2fb848b208b82fc3fe49e97f6d54e50 (patch) | |
tree | 824558bdd4a2b069e822fdc9793e2bd3f2bb2df2 | |
parent | bad5537e2c2caeb5deb1ff9d771ea01058b8010c (diff) | |
download | ffmpeg-82aaa790d2fb848b208b82fc3fe49e97f6d54e50.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 28414 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-rw-r--r-- | libswscale/swscale.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libswscale/swscale.h b/libswscale/swscale.h index 95ff4f1770..cee394f8a5 100644 --- a/libswscale/swscale.h +++ b/libswscale/swscale.h @@ -22,7 +22,7 @@ #define SWSCALE_SWSCALE_H /** - * @file swscale.h + * @file libswscale/swscale.h * @brief * external api for the swscale stuff */ |