DocData: Fix return type listed as "var" instead of "Variant"
This commit is contained in:
parent
29f2571662
commit
f92b87e5f8
8 changed files with 50 additions and 32 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue