mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 10:01:15 +00:00
doc: Fix enum tags thanks to 2bc6db6
This commit is contained in:
parent
2bc6db65c1
commit
7dfba3cda9
133 changed files with 2117 additions and 2060 deletions
|
|
@ -17,11 +17,11 @@
|
|||
</member>
|
||||
</members>
|
||||
<constants>
|
||||
<constant name="YIELD_FRAME" value="1">
|
||||
<constant name="YIELD_FRAME" value="1" enum="YieldMode">
|
||||
</constant>
|
||||
<constant name="YIELD_PHYSICS_FRAME" value="2">
|
||||
<constant name="YIELD_PHYSICS_FRAME" value="2" enum="YieldMode">
|
||||
</constant>
|
||||
<constant name="YIELD_WAIT" value="3">
|
||||
<constant name="YIELD_WAIT" value="3" enum="YieldMode">
|
||||
</constant>
|
||||
</constants>
|
||||
</class>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue