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 @@
|
||||
<tutorials>
|
||||
</tutorials>
|
||||
<methods>
|
||||
<method name="PackedFloat64Array">
|
||||
<return type="PackedFloat64Array">
|
||||
</return>
|
||||
<description>
|
||||
Constructs an empty [PackedFloat64Array].
|
||||
</description>
|
||||
</method>
|
||||
<method name="PackedFloat64Array">
|
||||
<return type="PackedFloat64Array">
|
||||
</return>
|
||||
<argument index="0" name="from" type="PackedFloat64Array">
|
||||
</argument>
|
||||
<description>
|
||||
Constructs a [PackedFloat64Array] as a copy of the given [PackedFloat64Array].
|
||||
</description>
|
||||
</method>
|
||||
<method name="PackedFloat64Array">
|
||||
<return type="PackedFloat64Array">
|
||||
</return>
|
||||
|
||||
Reference in New Issue
Block a user