mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
doc: Fix enum tags thanks to 2bc6db6
This commit is contained in:
@@ -27,13 +27,13 @@
|
||||
</member>
|
||||
</members>
|
||||
<constants>
|
||||
<constant name="ALIGN_BEGIN" value="0">
|
||||
<constant name="ALIGN_BEGIN" value="0" enum="AlignMode">
|
||||
Aligns children with the beginning of the container.
|
||||
</constant>
|
||||
<constant name="ALIGN_CENTER" value="1">
|
||||
<constant name="ALIGN_CENTER" value="1" enum="AlignMode">
|
||||
Aligns children with the center of the container.
|
||||
</constant>
|
||||
<constant name="ALIGN_END" value="2">
|
||||
<constant name="ALIGN_END" value="2" enum="AlignMode">
|
||||
Aligns children with the end of the container.
|
||||
</constant>
|
||||
</constants>
|
||||
|
||||
Reference in New Issue
Block a user