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:
@@ -11,6 +11,22 @@
|
||||
<link title="OS Test Demo">https://godotengine.org/asset-library/asset/677</link>
|
||||
</tutorials>
|
||||
<methods>
|
||||
<method name="PackedStringArray">
|
||||
<return type="PackedStringArray">
|
||||
</return>
|
||||
<description>
|
||||
Constructs an empty [PackedStringArray].
|
||||
</description>
|
||||
</method>
|
||||
<method name="PackedStringArray">
|
||||
<return type="PackedStringArray">
|
||||
</return>
|
||||
<argument index="0" name="from" type="PackedStringArray">
|
||||
</argument>
|
||||
<description>
|
||||
Constructs a [PackedStringArray] as a copy of the given [PackedStringArray].
|
||||
</description>
|
||||
</method>
|
||||
<method name="PackedStringArray">
|
||||
<return type="PackedStringArray">
|
||||
</return>
|
||||
|
||||
Reference in New Issue
Block a user