doc: Sync classref with apparent Variant return type changes
Part of those seem bogus, methods like Array.back()/front() should return a Variant and not void.
This commit is contained in:
parent
fea37cfb52
commit
048f4f8305
12 changed files with 139 additions and 11 deletions
|
|
@ -66,6 +66,8 @@
|
|||
</tutorials>
|
||||
<methods>
|
||||
<method name="clear">
|
||||
<return type="void">
|
||||
</return>
|
||||
<description>
|
||||
Clear the dictionary, removing all key/value pairs.
|
||||
</description>
|
||||
|
|
@ -96,7 +98,7 @@
|
|||
</description>
|
||||
</method>
|
||||
<method name="get">
|
||||
<return type="Variant">
|
||||
<return type="void">
|
||||
</return>
|
||||
<argument index="0" name="key" type="Variant">
|
||||
</argument>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue