diff tree.h @ 899:0795a743bda1 libavutil

Remove explicit filename from Doxygen @file commands. Passing an explicit filename to this command is only necessary if the documentation in the @file block refers to a file different from the one the block resides in.
author diego
date Tue, 20 Apr 2010 14:45:34 +0000
parents ccac021c9a8e
children e34e8d654ded
line wrap: on
line diff
--- a/tree.h	Wed Apr 14 20:15:19 2010 +0000
+++ b/tree.h	Tue Apr 20 14:45:34 2010 +0000
@@ -19,7 +19,7 @@
  */
 
 /**
- * @file libavutil/tree.h
+ * @file
  * A tree container.
  * Insertion, removal, finding equal, largest which is smaller than and
  * smallest which is larger than, all have O(log n) worst case complexity.