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
|
|
@ -29,8 +29,8 @@
|
|||
<methods>
|
||||
<method name="set_spacing">
|
||||
<return type="void" />
|
||||
<argument index="0" name="spacing" type="int" enum="TextServer.SpacingType" />
|
||||
<argument index="1" name="value" type="int" />
|
||||
<param index="0" name="spacing" type="int" enum="TextServer.SpacingType" />
|
||||
<param index="1" name="value" type="int" />
|
||||
<description>
|
||||
Sets the spacing for [code]type[/code] (see [enum TextServer.SpacingType]) to [code]value[/code] in pixels (not relative to the font size).
|
||||
</description>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue