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

This commit is contained in:
Reinhard Tartler 2011-06-30 23:00:46 +02:00
parent 807aa2d8f3
commit 134557f3a4
2 changed files with 4 additions and 2 deletions

View File

@ -18,7 +18,8 @@
*/ */
/** /**
* @file Public dictionary API. * @file
* Public dictionary API.
*/ */
#ifndef AVUTIL_DICT_H #ifndef AVUTIL_DICT_H

View File

@ -22,7 +22,8 @@
#include "avutil.h" #include "avutil.h"
/** /**
* @file misc file utilities * @file
* Misc file utilities.
*/ */
/** /**