[FFmpeg-cvslog] doxygen: fix usage of @file directive in libavutil/{dict, file}.h
Reinhard Tartler
git at videolan.org
Tue Jul 26 00:53:20 CEST 2011
ffmpeg | branch: release/0.8 | Reinhard Tartler <siretart at tauware.de> | Thu Jun 30 23:00:46 2011 +0200| [093f0f13e611c7fd7a8ee6130c4211427033329d] | committer: Reinhard Tartler
doxygen: fix usage of @file directive in libavutil/{dict,file}.h
(cherry picked from commit 134557f3a47697a7b5e5da2bd7e5a4b8f8d56b1c)
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=093f0f13e611c7fd7a8ee6130c4211427033329d
---
libavutil/dict.h | 3 ++-
libavutil/file.h | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/libavutil/dict.h b/libavutil/dict.h
index ff24b36..397ce38 100644
--- a/libavutil/dict.h
+++ b/libavutil/dict.h
@@ -18,7 +18,8 @@
*/
/**
- * @file Public dictionary API.
+ * @file
+ * Public dictionary API.
*/
#ifndef AVUTIL_DICT_H
diff --git a/libavutil/file.h b/libavutil/file.h
index 8b65bfb..c481c37 100644
--- a/libavutil/file.h
+++ b/libavutil/file.h
@@ -22,7 +22,8 @@
#include "avutil.h"
/**
- * @file misc file utilities
+ * @file
+ * Misc file utilities.
*/
/**
More information about the ffmpeg-cvslog
mailing list