Browse code

doxygen: fix usage of @file directive in libavutil/{dict,file}.h

Reinhard Tartler authored on 2011/07/01 06:00:46
Showing 2 changed files
... ...
@@ -18,7 +18,8 @@
18 18
  */
19 19
 
20 20
 /**
21
- * @file Public dictionary API.
21
+ * @file
22
+ * Public dictionary API.
22 23
  */
23 24
 
24 25
 #ifndef AVUTIL_DICT_H
... ...
@@ -22,7 +22,8 @@
22 22
 #include "avutil.h"
23 23
 
24 24
 /**
25
- * @file misc file utilities
25
+ * @file
26
+ * Misc file utilities.
26 27
  */
27 28
 
28 29
 /**