mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
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:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user