diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2020-11-09 17:46:03 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2020-11-09 23:39:53 +0100 |
commit | 0f249f5c0aa2c3a89848f03f155b76e834e4c32a (patch) | |
tree | 4fa6ebf28401601e03b0ce2b387f60c32b771fb5 /doc/classes/NodePath.xml | |
parent | efc4d217d61f592a16ebab30731ff9f595dee2cf (diff) | |
download | redot-engine-0f249f5c0aa2c3a89848f03f155b76e834e4c32a.tar.gz |
Variant: Sync docs with new constructors, fixups after #43403
Change DocData comparators for MethodDoc and ArgumentDoc to get a better
ordering of constructors.
Diffstat (limited to 'doc/classes/NodePath.xml')
-rw-r--r-- | doc/classes/NodePath.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/classes/NodePath.xml b/doc/classes/NodePath.xml index f711ba4d6b..980bea0d9f 100644 --- a/doc/classes/NodePath.xml +++ b/doc/classes/NodePath.xml @@ -28,6 +28,22 @@ <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> <argument index="0" name="from" type="String"> </argument> <description> |