diff options
author | 2010-04-20 14:47:31 +0000 | |
---|---|---|
committer | 2010-04-20 14:47:31 +0000 | |
commit | 91a84df7d0b19ca510a78191233f17c2d7691b95 (patch) | |
tree | e2751a3c36149689e1759a2e24c55be762bc9043 | |
parent | c462186142cdf5b0a9ccbde71d5d5b0eafa4fcae (diff) |
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.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31050 b3059339-0415-0410-9bf9-f77b7e298cf2
-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 */ |