webrtc: Fix documentaton moving symbols in the right pages
authorThibault Saunier <tsaunier@igalia.com>
Tue, 16 Aug 2022 01:25:25 +0000 (21:25 -0400)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Thu, 18 Aug 2022 08:34:36 +0000 (08:34 +0000)
As those symbols are documented in a 'fwd' header smart indexing in
hotdoc wasn't working.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2891>

subprojects/gst-plugins-bad/gst-libs/gst/webrtc/datachannel.c
subprojects/gst-plugins-bad/gst-libs/gst/webrtc/dtlstransport.c
subprojects/gst-plugins-bad/gst-libs/gst/webrtc/ice.c
subprojects/gst-plugins-bad/gst-libs/gst/webrtc/icestream.c
subprojects/gst-plugins-bad/gst-libs/gst/webrtc/icetransport.c
subprojects/gst-plugins-bad/gst-libs/gst/webrtc/rtpreceiver.c
subprojects/gst-plugins-bad/gst-libs/gst/webrtc/rtpsender.c
subprojects/gst-plugins-bad/gst-libs/gst/webrtc/rtptransceiver.c

index 6ba1905..e8a141f 100644 (file)
@@ -22,6 +22,8 @@
  * SECTION:gstwebrtc-datachannel
  * @short_description: RTCDataChannel object
  * @title: GstWebRTCDataChannel
+ * @symbols:
+ * - GstWebRTCDataChannel
  *
  * <https://www.w3.org/TR/webrtc/#rtcdatachannel>
  *
index e3d54a0..bd1a553 100644 (file)
@@ -22,6 +22,8 @@
  * @short_description: RTCDtlsTransport object
  * @title: GstWebRTCDTLSTransport
  * @see_also: #GstWebRTCRTPSender, #GstWebRTCRTPReceiver, #GstWebRTCICETransport
+ * @symbols:
+ * - GstWebRTCDTLSTransport
  *
  * <https://www.w3.org/TR/webrtc/#rtcdtlstransport>
  */
index 596ef0f..829f2e3 100644 (file)
  * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
  * Boston, MA 02110-1301, USA.
  */
+/**
+ * SECTION:gstwebrtcice
+ * @title: GstWebRTCICE
+ * @short_description: Base class WebRTC ICE handling
+ * @symbols:
+ * - GstWebRTCICE
+ */
 
 #ifdef HAVE_CONFIG_H
 # include "config.h"
index 8acd637..4d0055f 100644 (file)
  * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
  * Boston, MA 02110-1301, USA.
  */
+/**
+ * SECTION: icestream
+ * @short_description: IceStream object
+ * @title: GstIceStream
+ * @symbols:
+ * - GstWebRTCICEStream
+ */
 
 #ifdef HAVE_CONFIG_H
 # include "config.h"
index da5a643..0ad9914 100644 (file)
  * @short_description: RTCIceTransport object
  * @title: GstWebRTCICETransport
  * @see_also: #GstWebRTCRTPSender, #GstWebRTCRTPReceiver, #GstWebRTCDTLSTransport
+ * @symbols:
+ * - GstWebRTCICETransport
  *
- * <https://www.w3.org/TR/webrtc/#rtcicetransport>
+ * See the [specification](https://www.w3.org/TR/webrtc/#rtcicetransport)
  */
 
 #ifdef HAVE_CONFIG_H
index 8330105..4a397ff 100644 (file)
@@ -22,6 +22,8 @@
  * @short_description: RTCRtpReceiver object
  * @title: GstWebRTCRTPReceiver
  * @see_also: #GstWebRTCRTPSender, #GstWebRTCRTPTransceiver
+ * @symbols:
+ * - GstWebRTCRTPReceiver
  *
  * <https://www.w3.org/TR/webrtc/#rtcrtpreceiver-interface>
  */
index 90f43cc..2a3a969 100644 (file)
@@ -22,6 +22,8 @@
  * @short_description: RTCRtpSender object
  * @title: GstWebRTCRTPSender
  * @see_also: #GstWebRTCRTPReceiver, #GstWebRTCRTPTransceiver
+ * @symbols:
+ * - GstWebRTCRTPSender
  *
  * <https://www.w3.org/TR/webrtc/#rtcrtpsender-interface>
  */
index 8990206..2db2abd 100644 (file)
@@ -22,6 +22,8 @@
  * @short_description: RTCRtpTransceiver object
  * @title: GstWebRTCRTPTransceiver
  * @see_also: #GstWebRTCRTPSender, #GstWebRTCRTPReceiver
+ * @symbols:
+ * - GstWebRTCRTPTransceiver
  *
  * <https://www.w3.org/TR/webrtc/#rtcrtptransceiver-interface>
  */