summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVíctor Manuel Jáquez Leal <vjaquez@igalia.com>2018-04-16 10:44:10 +0200
committerVíctor Manuel Jáquez Leal <vjaquez@igalia.com>2018-04-16 10:52:02 +0200
commit3ab5a8cace8ff712760f393a656ed5a8efc0e367 (patch)
treed60ec2152a8ca55972ad36963d2a857b3fc0f249
parent53d7a1298c028205ebba52f5f964d47b434d8eed (diff)
webrtc: fix gtk-doc annotations
-rw-r--r--gst-libs/gst/webrtc/rtcsessiondescription.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst-libs/gst/webrtc/rtcsessiondescription.h b/gst-libs/gst/webrtc/rtcsessiondescription.h
index 3783dff39..3e0f1f4cd 100644
--- a/gst-libs/gst/webrtc/rtcsessiondescription.h
+++ b/gst-libs/gst/webrtc/rtcsessiondescription.h
@@ -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>
*/