DocData: Fix return type listed as "var" instead of "Variant"

This commit is contained in:
Rémi Verschelde 2018-08-31 22:38:28 +02:00
parent 29f2571662
commit f92b87e5f8
8 changed files with 50 additions and 32 deletions

View file

@ -35,7 +35,7 @@
<method name="erase">
<return type="bool">
</return>
<argument index="0" name="key" type="var">
<argument index="0" name="key" type="Variant">
</argument>
<description>
Erase a dictionary key/value pair by key.
@ -44,7 +44,7 @@
<method name="has">
<return type="bool">
</return>
<argument index="0" name="key" type="var">
<argument index="0" name="key" type="Variant">
</argument>
<description>
Return true if the dictionary has a given key.