diff fifo.h @ 642:70bdd5501662 libavutil

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:00:19 +0000
parents 8c48a1b999a3
children 5e391d180d81
line wrap: on
line diff
--- a/fifo.h	Sun Feb 01 00:20:45 2009 +0000
+++ b/fifo.h	Sun Feb 01 02:00:19 2009 +0000
@@ -17,7 +17,7 @@
  */
 
 /**
- * @file fifo.h
+ * @file libavutil/fifo.h
  * a very simple circular buffer FIFO implementation
  */