doc: Sync classref with current source

This commit is contained in:
Rémi Verschelde
2021-01-04 14:33:44 +01:00
parent 8bfd96ee3f
commit 215d18814e
76 changed files with 1279 additions and 1469 deletions

View File

@@ -59,13 +59,6 @@
Creates a copy of the array, and returns it.
</description>
</method>
<method name="is_empty">
<return type="bool">
</return>
<description>
Returns [code]true[/code] if the array is empty.
</description>
</method>
<method name="has">
<return type="bool">
</return>
@@ -93,6 +86,13 @@
Reverses the order of the elements in the array.
</description>
</method>
<method name="is_empty">
<return type="bool">
</return>
<description>
Returns [code]true[/code] if the array is empty.
</description>
</method>
<method name="operator !=" qualifiers="operator">
<return type="bool">
</return>