summaryrefslogtreecommitdiff
path: root/doc/classes/RID.xml
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2020-11-09 17:46:03 +0100
committerRémi Verschelde <rverschelde@gmail.com>2020-11-09 23:39:53 +0100
commit0f249f5c0aa2c3a89848f03f155b76e834e4c32a (patch)
tree4fa6ebf28401601e03b0ce2b387f60c32b771fb5 /doc/classes/RID.xml
parentefc4d217d61f592a16ebab30731ff9f595dee2cf (diff)
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/RID.xml')
-rw-r--r--doc/classes/RID.xml11
1 files changed, 9 insertions, 2 deletions
diff --git a/doc/classes/RID.xml b/doc/classes/RID.xml
index 644c427120..d944f7a86a 100644
--- a/doc/classes/RID.xml
+++ b/doc/classes/RID.xml
@@ -12,10 +12,17 @@
<method name="RID">
<return type="RID">
</return>
- <argument index="0" name="from" type="Object">
+ <description>
+ Constructs an empty [RID] with the invalid ID [code]0[/code].
+ </description>
+ </method>
+ <method name="RID">
+ <return type="RID">
+ </return>
+ <argument index="0" name="from" type="RID">
</argument>
<description>
- Creates a new RID instance with the ID of a given resource. When not handed a valid resource, silently stores the unused ID 0.
+ Constructs a [RID] as a copy of the given [RID].
</description>
</method>
<method name="get_id">