mirror of https://github.com/mpv-player/mpv
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:
parent
c462186142
commit
91a84df7d0
|
@ -22,7 +22,7 @@
|
|||
#define SWSCALE_SWSCALE_H
|
||||
|
||||
/**
|
||||
* @file libswscale/swscale.h
|
||||
* @file
|
||||
* @brief
|
||||
* external api for the swscale stuff
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue