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:
Rémi Verschelde 2020-11-09 17:46:03 +01:00
parent efc4d217d6
commit 0f249f5c0a
No known key found for this signature in database
GPG key ID: C3336907360768E1
45 changed files with 764 additions and 647 deletions

View file

@ -171,6 +171,22 @@
<link title="OS Test Demo">https://godotengine.org/asset-library/asset/677</link>
</tutorials>
<methods>
<method name="Dictionary">
<return type="Dictionary">
</return>
<description>
Constructs an empty [Dictionary].
</description>
</method>
<method name="Dictionary">
<return type="Dictionary">
</return>
<argument index="0" name="from" type="Dictionary">
</argument>
<description>
Constructs a [Dictionary] as a copy of the given [Dictionary].
</description>
</method>
<method name="clear">
<return type="void">
</return>