Rename the argument tag to param in XML documentation
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
<methods>
|
||||
<method name="add_spacer">
|
||||
<return type="Control" />
|
||||
<argument index="0" name="begin" type="bool" />
|
||||
<param index="0" name="begin" type="bool" />
|
||||
<description>
|
||||
Adds a [Control] node to the box as a spacer. If [code]begin[/code] is [code]true[/code], it will insert the [Control] node in front of all other children.
|
||||
</description>
|
||||
|
||||
Reference in New Issue
Block a user