Allows to doc vararg method return type as void
This commit is contained in:
parent
1788b22b11
commit
4d727f1ee6
6 changed files with 17 additions and 15 deletions
|
|
@ -32,7 +32,7 @@
|
|||
</tutorials>
|
||||
<methods>
|
||||
<method name="add_do_method" qualifiers="vararg">
|
||||
<return type="Variant">
|
||||
<return type="void">
|
||||
</return>
|
||||
<argument index="0" name="object" type="Object">
|
||||
</argument>
|
||||
|
|
@ -65,7 +65,7 @@
|
|||
</description>
|
||||
</method>
|
||||
<method name="add_undo_method" qualifiers="vararg">
|
||||
<return type="Variant">
|
||||
<return type="void">
|
||||
</return>
|
||||
<argument index="0" name="object" type="Object">
|
||||
</argument>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue