mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
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:
parent
b3e0205c5a
commit
24b171735d
8 changed files with 27 additions and 1 deletions
|
@ -22,6 +22,8 @@
|
|||
* SECTION:gstwebrtc-datachannel
|
||||
* @short_description: RTCDataChannel object
|
||||
* @title: GstWebRTCDataChannel
|
||||
* @symbols:
|
||||
* - GstWebRTCDataChannel
|
||||
*
|
||||
* <https://www.w3.org/TR/webrtc/#rtcdatachannel>
|
||||
*
|
||||
|
|
|
@ -22,6 +22,8 @@
|
|||
* @short_description: RTCDtlsTransport object
|
||||
* @title: GstWebRTCDTLSTransport
|
||||
* @see_also: #GstWebRTCRTPSender, #GstWebRTCRTPReceiver, #GstWebRTCICETransport
|
||||
* @symbols:
|
||||
* - GstWebRTCDTLSTransport
|
||||
*
|
||||
* <https://www.w3.org/TR/webrtc/#rtcdtlstransport>
|
||||
*/
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -22,6 +22,8 @@
|
|||
* @short_description: RTCRtpReceiver object
|
||||
* @title: GstWebRTCRTPReceiver
|
||||
* @see_also: #GstWebRTCRTPSender, #GstWebRTCRTPTransceiver
|
||||
* @symbols:
|
||||
* - GstWebRTCRTPReceiver
|
||||
*
|
||||
* <https://www.w3.org/TR/webrtc/#rtcrtpreceiver-interface>
|
||||
*/
|
||||
|
|
|
@ -22,6 +22,8 @@
|
|||
* @short_description: RTCRtpSender object
|
||||
* @title: GstWebRTCRTPSender
|
||||
* @see_also: #GstWebRTCRTPReceiver, #GstWebRTCRTPTransceiver
|
||||
* @symbols:
|
||||
* - GstWebRTCRTPSender
|
||||
*
|
||||
* <https://www.w3.org/TR/webrtc/#rtcrtpsender-interface>
|
||||
*/
|
||||
|
|
|
@ -22,6 +22,8 @@
|
|||
* @short_description: RTCRtpTransceiver object
|
||||
* @title: GstWebRTCRTPTransceiver
|
||||
* @see_also: #GstWebRTCRTPSender, #GstWebRTCRTPReceiver
|
||||
* @symbols:
|
||||
* - GstWebRTCRTPTransceiver
|
||||
*
|
||||
* <https://www.w3.org/TR/webrtc/#rtcrtptransceiver-interface>
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue