From 71d53637b5bce5519800a5cadfa2e42750b8b793 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Thu, 27 Jun 2019 11:44:37 +0200 Subject: doc: Fix scoped hyperlinks to same-class enums/methods The class name does not need to be specified when it is the current class. --- modules/webrtc/doc_classes/WebRTCDataChannel.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/webrtc/doc_classes') 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 @@ - Returns the current state of this channel, see [enum WebRTCDataChannel.ChannelState]. + Returns the current state of this channel, see [enum ChannelState]. -- cgit v1.2.3