diff --git a/libavutil/dict.h b/libavutil/dict.h index ff24b36f810dd3dfc8bf909870a15994160ccaed..397ce3852f29f059bc3b5f3f4c339d4bcb244c15 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 8b65bfb01d039226e4efb2c48d906f4a38aef1c3..c481c37f935540ceed38476f10d0c010ee74a159 100644 --- a/libavutil/file.h +++ b/libavutil/file.h @@ -22,7 +22,8 @@ #include "avutil.h" /** - * @file misc file utilities + * @file + * Misc file utilities. */ /**