1
0
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:
Rémi Verschelde
2017-11-24 23:16:30 +01:00
parent 2bc6db65c1
commit 7dfba3cda9
133 changed files with 2117 additions and 2060 deletions

View File

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