Browse Source

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
tags/v0.6
Diego Biurrun 15 years ago
parent
commit
353285d740
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libswscale/swscale.h

+ 1
- 1
libswscale/swscale.h View File

@@ -22,7 +22,7 @@
#define SWSCALE_SWSCALE_H

/**
* @file libswscale/swscale.h
* @file
* @brief
* external api for the swscale stuff
*/


Loading…
Cancel
Save