doc: Fix scoped hyperlinks to same-class enums/methods

The class name does not need to be specified when it is the current class.
This commit is contained in:
Rémi Verschelde
2019-06-27 11:44:37 +02:00
parent 86ed7a9884
commit 71d53637b5
14 changed files with 33 additions and 33 deletions

View File

@ -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">