diff options
author | Diego Biurrun <diego@biurrun.de> | 2010-04-20 14:47:31 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2010-04-20 14:47:31 +0000 |
commit | 353285d7406d0581207302af8d3e6bf2652a70c5 (patch) | |
tree | 55e4223f8f7401db0ac0f449348d0a0564ad8539 /libswscale/swscale.h | |
parent | ba87f0801d77c21eb1e4891ca1f846500bbb0939 (diff) | |
download | ffmpeg-353285d7406d0581207302af8d3e6bf2652a70c5.tar.gz |
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.
Originally committed as revision 31050 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diffstat (limited to 'libswscale/swscale.h')
-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 8f9e87082d..7df4a3e8d3 100644 --- a/libswscale/swscale.h +++ b/libswscale/swscale.h @@ -22,7 +22,7 @@ #define SWSCALE_SWSCALE_H /** - * @file libswscale/swscale.h + * @file * @brief * external api for the swscale stuff */ |