You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
doc: Fix enum tags thanks to 2bc6db6
This commit is contained in:
@@ -165,11 +165,11 @@
|
||||
</method>
|
||||
</methods>
|
||||
<constants>
|
||||
<constant name="GEN_EDIT_STATE_DISABLED" value="0">
|
||||
<constant name="GEN_EDIT_STATE_DISABLED" value="0" enum="GenEditState">
|
||||
</constant>
|
||||
<constant name="GEN_EDIT_STATE_INSTANCE" value="1">
|
||||
<constant name="GEN_EDIT_STATE_INSTANCE" value="1" enum="GenEditState">
|
||||
</constant>
|
||||
<constant name="GEN_EDIT_STATE_MAIN" value="2">
|
||||
<constant name="GEN_EDIT_STATE_MAIN" value="2" enum="GenEditState">
|
||||
</constant>
|
||||
</constants>
|
||||
</class>
|
||||
|
||||
Reference in New Issue
Block a user