Browse Source

Use full internal pathname in doxygen @file directives.

Otherwise doxygen complains about ambiguous filenames when files exist
under the same name in different subdirectories.

Originally committed as revision 28414 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
tags/v0.5
Diego Biurrun 16 years ago
parent
commit
82aaa790d2
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 swscale.h
* @file libswscale/swscale.h
* @brief
* external api for the swscale stuff
*/


Loading…
Cancel
Save