doc: Sync classref with current source
This commit is contained in:
parent
8bfd96ee3f
commit
215d18814e
76 changed files with 1279 additions and 1469 deletions
|
|
@ -92,13 +92,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="get_string_from_ascii">
|
||||
<return type="String">
|
||||
</return>
|
||||
|
|
@ -171,6 +164,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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue