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:
Rémi Verschelde 2020-02-22 15:16:32 +01:00
parent fea37cfb52
commit 048f4f8305
12 changed files with 139 additions and 11 deletions

View file

@ -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>