diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2019-06-27 11:44:37 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2019-06-27 11:44:37 +0200 |
commit | 71d53637b5bce5519800a5cadfa2e42750b8b793 (patch) | |
tree | 85bfe8288a7c5762ffb7f240a2ee7b02e5280329 /modules/webrtc/doc_classes | |
parent | 86ed7a988419247479596947ce44279ee8b3528c (diff) |
doc: Fix scoped hyperlinks to same-class enums/methods
The class name does not need to be specified when it is the current class.
Diffstat (limited to 'modules/webrtc/doc_classes')
-rw-r--r-- | modules/webrtc/doc_classes/WebRTCDataChannel.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/webrtc/doc_classes/WebRTCDataChannel.xml b/modules/webrtc/doc_classes/WebRTCDataChannel.xml index 7cce97244d..6d600f6239 100644 --- a/modules/webrtc/doc_classes/WebRTCDataChannel.xml +++ b/modules/webrtc/doc_classes/WebRTCDataChannel.xml @@ -56,7 +56,7 @@ <return type="int" enum="WebRTCDataChannel.ChannelState"> </return> <description> - Returns the current state of this channel, see [enum WebRTCDataChannel.ChannelState]. + Returns the current state of this channel, see [enum ChannelState]. </description> </method> <method name="is_negotiated" qualifiers="const"> |