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:
parent
efc4d217d6
commit
0f249f5c0a
45 changed files with 764 additions and 647 deletions
|
|
@ -11,6 +11,22 @@
|
|||
<tutorials>
|
||||
</tutorials>
|
||||
<methods>
|
||||
<method name="PackedFloat32Array">
|
||||
<return type="PackedFloat32Array">
|
||||
</return>
|
||||
<description>
|
||||
Constructs an empty [PackedFloat32Array].
|
||||
</description>
|
||||
</method>
|
||||
<method name="PackedFloat32Array">
|
||||
<return type="PackedFloat32Array">
|
||||
</return>
|
||||
<argument index="0" name="from" type="PackedFloat32Array">
|
||||
</argument>
|
||||
<description>
|
||||
Constructs a [PackedFloat32Array] as a copy of the given [PackedFloat32Array].
|
||||
</description>
|
||||
</method>
|
||||
<method name="PackedFloat32Array">
|
||||
<return type="PackedFloat32Array">
|
||||
</return>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue