# HG changeset patch # User diego # Date 1233453691 0 # Node ID 296f37c6ff0216501138e276152bab889c134836 # Parent 45ddc04c30a10ec532cd8278e414a930d1cb7cd5 Use full internal pathname in doxygen @file directives. Otherwise doxygen complains about ambiguous filenames when files exist under the same name in different subdirectories. diff -r 45ddc04c30a1 -r 296f37c6ff02 libswscale/swscale.h --- a/libswscale/swscale.h Sun Feb 01 00:00:21 2009 +0000 +++ b/libswscale/swscale.h Sun Feb 01 02:01:31 2009 +0000 @@ -22,7 +22,7 @@ #define SWSCALE_SWSCALE_H /** - * @file swscale.h + * @file libswscale/swscale.h * @brief * external api for the swscale stuff */