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,10 +29,10 @@
|
|||
<methods>
|
||||
<method name="config">
|
||||
<return type="void" />
|
||||
<argument index="0" name="inherits" type="String" />
|
||||
<argument index="1" name="path" type="String" />
|
||||
<argument index="2" name="built_in_enabled" type="bool" default="true" />
|
||||
<argument index="3" name="load_enabled" type="bool" default="true" />
|
||||
<param index="0" name="inherits" type="String" />
|
||||
<param index="1" name="path" type="String" />
|
||||
<param index="2" name="built_in_enabled" type="bool" default="true" />
|
||||
<param index="3" name="load_enabled" type="bool" default="true" />
|
||||
<description>
|
||||
Prefills required fields to configure the ScriptCreateDialog for use.
|
||||
</description>
|
||||
|
|
@ -45,7 +45,7 @@
|
|||
</members>
|
||||
<signals>
|
||||
<signal name="script_created">
|
||||
<argument index="0" name="script" type="Script" />
|
||||
<param index="0" name="script" type="Script" />
|
||||
<description>
|
||||
Emitted when the user clicks the OK button.
|
||||
</description>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue