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
release/0.6
Diego Biurrun 15 years ago
parent ba87f0801d
commit 353285d740
  1. 2
      libswscale/swscale.h

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

Loading…
Cancel
Save