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
45 changed files with 764 additions and 647 deletions

View File

@@ -25,6 +25,22 @@
<link title="2D Role Playing Game Demo">https://godotengine.org/asset-library/asset/520</link>
</tutorials>
<methods>
<method name="NodePath">
<return type="NodePath">
</return>
<description>
Constructs an empty [NodePath].
</description>
</method>
<method name="NodePath">
<return type="NodePath">
</return>
<argument index="0" name="from" type="NodePath">
</argument>
<description>
Constructs a [NodePath] as a copy of the given [NodePath].
</description>
</method>
<method name="NodePath">
<return type="NodePath">
</return>