changeset 28379:296f37c6ff02

Use full internal pathname in doxygen @file directives. Otherwise doxygen complains about ambiguous filenames when files exist under the same name in different subdirectories.
author diego
date Sun, 01 Feb 2009 02:01:31 +0000
parents 45ddc04c30a1
children f521e54d47ee
files libswscale/swscale.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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
  */