mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-30 04:45:36 +00:00
webrtc: fix gtk-doc annotations
This commit is contained in:
parent
dd084022d4
commit
3f898bb27f
1 changed files with 2 additions and 2 deletions
|
@ -35,8 +35,8 @@ GType gst_webrtc_session_description_get_type (void);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* GstWebRTCSessionDescription:
|
* GstWebRTCSessionDescription:
|
||||||
* type: the #GstWebRTCSDPType of the description
|
* @type: the #GstWebRTCSDPType of the description
|
||||||
* sdp: the #GstSDPMessage 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>
|
* See <ulink url="https://www.w3.org/TR/webrtc/#rtcsessiondescription-class">https://www.w3.org/TR/webrtc/#rtcsessiondescription-class</ulink>
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue