summaryrefslogtreecommitdiff
path: root/doc/classes/RID.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/classes/RID.xml')
-rw-r--r--doc/classes/RID.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/classes/RID.xml b/doc/classes/RID.xml
index 39be605e1b..a6523e4c8b 100644
--- a/doc/classes/RID.xml
+++ b/doc/classes/RID.xml
@@ -17,7 +17,7 @@
</constructor>
<constructor name="RID">
<return type="RID" />
- <argument index="0" name="from" type="RID" />
+ <param index="0" name="from" type="RID" />
<description>
Constructs a [RID] as a copy of the given [RID].
</description>
@@ -40,37 +40,37 @@
<operators>
<operator name="operator !=">
<return type="bool" />
- <argument index="0" name="right" type="RID" />
+ <param index="0" name="right" type="RID" />
<description>
</description>
</operator>
<operator name="operator &lt;">
<return type="bool" />
- <argument index="0" name="right" type="RID" />
+ <param index="0" name="right" type="RID" />
<description>
</description>
</operator>
<operator name="operator &lt;=">
<return type="bool" />
- <argument index="0" name="right" type="RID" />
+ <param index="0" name="right" type="RID" />
<description>
</description>
</operator>
<operator name="operator ==">
<return type="bool" />
- <argument index="0" name="right" type="RID" />
+ <param index="0" name="right" type="RID" />
<description>
</description>
</operator>
<operator name="operator &gt;">
<return type="bool" />
- <argument index="0" name="right" type="RID" />
+ <param index="0" name="right" type="RID" />
<description>
</description>
</operator>
<operator name="operator &gt;=">
<return type="bool" />
- <argument index="0" name="right" type="RID" />
+ <param index="0" name="right" type="RID" />
<description>
</description>
</operator>