diff --git a/libavformat/avio.h b/libavformat/avio.h
index 7227729297f1f2c2fc2efe8c21be2591e38eb3ba..3f38e3290584ca057166ec92920f84286073fb45 100644
--- a/libavformat/avio.h
+++ b/libavformat/avio.h
@@ -226,6 +226,9 @@ URLProtocol *av_protocol_next(URLProtocol *p);
 attribute_deprecated int register_protocol(URLProtocol *protocol);
 #endif
 
+/**
+ * Registers the URLProtocol protocol.
+ */
 int av_register_protocol(URLProtocol *protocol);
 
 /**