Rename the argument tag to param in XML documentation
This commit is contained in:
parent
35c1eae8d7
commit
c5d7115038
432 changed files with 10529 additions and 10529 deletions
|
|
@ -14,27 +14,27 @@
|
|||
<methods>
|
||||
<method name="get_input_caption" qualifiers="const">
|
||||
<return type="String" />
|
||||
<argument index="0" name="input" type="int" />
|
||||
<param index="0" name="input" type="int" />
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="is_input_set_as_auto_advance" qualifiers="const">
|
||||
<return type="bool" />
|
||||
<argument index="0" name="input" type="int" />
|
||||
<param index="0" name="input" type="int" />
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="set_input_as_auto_advance">
|
||||
<return type="void" />
|
||||
<argument index="0" name="input" type="int" />
|
||||
<argument index="1" name="enable" type="bool" />
|
||||
<param index="0" name="input" type="int" />
|
||||
<param index="1" name="enable" type="bool" />
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="set_input_caption">
|
||||
<return type="void" />
|
||||
<argument index="0" name="input" type="int" />
|
||||
<argument index="1" name="caption" type="String" />
|
||||
<param index="0" name="input" type="int" />
|
||||
<param index="1" name="caption" type="String" />
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue