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
This commit is contained in:
Diego Biurrun 2010-04-20 14:47:31 +00:00
parent ba87f0801d
commit 353285d740

View File

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