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

@@ -149,7 +149,7 @@
</description>
</method>
<method name="xform">
<return type="Variant">
<return type="void">
</return>
<argument index="0" name="v" type="Variant">
</argument>
@@ -158,7 +158,7 @@
</description>
</method>
<method name="xform_inv">
<return type="Variant">
<return type="void">
</return>
<argument index="0" name="v" type="Variant">
</argument>