webrtc: Fix documentaton moving symbols in the right pages

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>
This commit is contained in:
Thibault Saunier 2022-08-15 21:25:25 -04:00 committed by GStreamer Marge Bot
parent b3e0205c5a
commit 24b171735d
8 changed files with 27 additions and 1 deletions

View file

@ -22,6 +22,8 @@
* SECTION:gstwebrtc-datachannel
* @short_description: RTCDataChannel object
* @title: GstWebRTCDataChannel
* @symbols:
* - GstWebRTCDataChannel
*
* <https://www.w3.org/TR/webrtc/#rtcdatachannel>
*

View 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>
*/

View file

@ -16,6 +16,13 @@
* 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"

View file

@ -16,6 +16,13 @@
* 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"

View file

@ -22,8 +22,10 @@
* @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

View 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>
*/

View 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>
*/

View 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>
*/