Allows to doc vararg method return type as void

This commit is contained in:
Haoyu Qiu 2020-01-02 16:31:43 +08:00
parent 1788b22b11
commit 4d727f1ee6
6 changed files with 17 additions and 15 deletions

View file

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