Variant: Sync docs with new constructors, fixups after #43403
Change DocData comparators for MethodDoc and ArgumentDoc to get a better ordering of constructors.
This commit is contained in:
@ -14,6 +14,22 @@
|
||||
<link title="Advanced vector math">https://docs.godotengine.org/en/latest/tutorials/math/vectors_advanced.html</link>
|
||||
</tutorials>
|
||||
<methods>
|
||||
<method name="AABB">
|
||||
<return type="AABB">
|
||||
</return>
|
||||
<description>
|
||||
Constructs a default-initialized [AABB] with default (zero) values of [member position] and [member size].
|
||||
</description>
|
||||
</method>
|
||||
<method name="AABB">
|
||||
<return type="AABB">
|
||||
</return>
|
||||
<argument index="0" name="from" type="AABB">
|
||||
</argument>
|
||||
<description>
|
||||
Constructs an [AABB] as a copy of the given [AABB].
|
||||
</description>
|
||||
</method>
|
||||
<method name="AABB">
|
||||
<return type="AABB">
|
||||
</return>
|
||||
|
||||
Reference in New Issue
Block a user