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
This commit is contained in:
Diego Biurrun 2009-02-01 02:01:31 +00:00
parent bad5537e2c
commit 82aaa790d2
1 changed files with 1 additions and 1 deletions

View File

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