1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +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

@@ -17,13 +17,13 @@
</member>
</members>
<constants>
<constant name="MODE_PRESSED" value="0">
<constant name="MODE_PRESSED" value="0" enum="Mode">
</constant>
<constant name="MODE_RELEASED" value="1">
<constant name="MODE_RELEASED" value="1" enum="Mode">
</constant>
<constant name="MODE_JUST_PRESSED" value="2">
<constant name="MODE_JUST_PRESSED" value="2" enum="Mode">
</constant>
<constant name="MODE_JUST_RELEASED" value="3">
<constant name="MODE_JUST_RELEASED" value="3" enum="Mode">
</constant>
</constants>
</class>