webrtc: fix gtk-doc annotations

This commit is contained in:
Víctor Manuel Jáquez Leal 2018-04-16 10:44:10 +02:00
parent 53d7a1298c
commit 3ab5a8cace

View file

@ -35,8 +35,8 @@ GType gst_webrtc_session_description_get_type (void);
/**
* GstWebRTCSessionDescription:
* type: the #GstWebRTCSDPType of the description
* sdp: the #GstSDPMessage of the description
* @type: the #GstWebRTCSDPType of the description
* @sdp: the #GstSDPMessage of the description
*
* See <ulink url="https://www.w3.org/TR/webrtc/#rtcsessiondescription-class">https://www.w3.org/TR/webrtc/#rtcsessiondescription-class</ulink>
*/