mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 06:11:29 +03:00
doc: Fix enum tags thanks to 2bc6db6
This commit is contained in:
@@ -50,11 +50,11 @@
|
||||
</method>
|
||||
</methods>
|
||||
<constants>
|
||||
<constant name="PRIORITY_LOW" value="0">
|
||||
<constant name="PRIORITY_LOW" value="0" enum="Priority">
|
||||
</constant>
|
||||
<constant name="PRIORITY_NORMAL" value="1">
|
||||
<constant name="PRIORITY_NORMAL" value="1" enum="Priority">
|
||||
</constant>
|
||||
<constant name="PRIORITY_HIGH" value="2">
|
||||
<constant name="PRIORITY_HIGH" value="2" enum="Priority">
|
||||
</constant>
|
||||
</constants>
|
||||
</class>
|
||||
|
||||
Reference in New Issue
Block a user