You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Avoid punning enum names in documentation
This commit is contained in:
@@ -76,7 +76,7 @@
|
||||
<method name="get_signaling_state" qualifiers="const">
|
||||
<return type="int" enum="WebRTCPeerConnection.SignalingState" />
|
||||
<description>
|
||||
Returns the [enum SignalingState] on the local end of the connection while connecting or reconnecting to another peer.
|
||||
Returns the signaling state on the local end of the connection while connecting or reconnecting to another peer.
|
||||
</description>
|
||||
</method>
|
||||
<method name="initialize">
|
||||
|
||||
Reference in New Issue
Block a user