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
This commit is contained in:
diego 2010-04-20 14:47:31 +00:00
parent c462186142
commit 91a84df7d0
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
#define SWSCALE_SWSCALE_H
/**
* @file libswscale/swscale.h
* @file
* @brief
* external api for the swscale stuff
*/