1
0
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:
Haoyu Qiu
2023-11-09 17:16:30 +08:00
parent e5bacbc471
commit cc3984f359
10 changed files with 11 additions and 11 deletions

View File

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