diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index aab95ee1983a7345613d8fb85bf4d3a072754cb1..78a0dd353a1534e46b86c20fae8bbf94b7a85118 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -509,7 +509,7 @@ typedef struct AVStream {
     int64_t duration;
 
 #if LIBAVFORMAT_VERSION_INT < (53<<16)
-    char language[4]; /** ISO 639-2/B 3-letter language code (empty string if undefined) */
+    char language[4]; /**< ISO 639-2/B 3-letter language code (empty string if undefined) */
 #endif
 
     /* av_read_frame() support */
@@ -701,7 +701,7 @@ typedef struct AVFormatContext {
 #endif
 
     /* av_seek_frame() support */
-    int64_t data_offset; /** offset of the first packet */
+    int64_t data_offset; /**< offset of the first packet */
     int index_built;
 
     int mux_rate;