diff options
author | Reinhard Tartler <siretart@tauware.de> | 2011-06-30 23:00:46 +0200 |
---|---|---|
committer | Reinhard Tartler <siretart@tauware.de> | 2011-07-03 19:58:29 +0200 |
commit | 093f0f13e611c7fd7a8ee6130c4211427033329d (patch) | |
tree | bb6932717cf043ab3f1877b8cdde5b0d16f20d81 /libavutil/dict.h | |
parent | c172eb7925dad8db6ad8fde9cd81a90a5cb06bb6 (diff) | |
download | ffmpeg-093f0f13e611c7fd7a8ee6130c4211427033329d.tar.gz |
doxygen: fix usage of @file directive in libavutil/{dict,file}.h
(cherry picked from commit 134557f3a47697a7b5e5da2bd7e5a4b8f8d56b1c)
Diffstat (limited to 'libavutil/dict.h')
-rw-r--r-- | libavutil/dict.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libavutil/dict.h b/libavutil/dict.h index ff24b36f81..397ce3852f 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 |