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
|
|
@ -44,7 +44,7 @@
|
|||
</method>
|
||||
<method name="_get_member_line" qualifiers="virtual const">
|
||||
<return type="int" />
|
||||
<argument index="0" name="member" type="StringName" />
|
||||
<param index="0" name="member" type="StringName" />
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
|
|
@ -55,13 +55,13 @@
|
|||
</method>
|
||||
<method name="_get_method_info" qualifiers="virtual const">
|
||||
<return type="Dictionary" />
|
||||
<argument index="0" name="method" type="StringName" />
|
||||
<param index="0" name="method" type="StringName" />
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="_get_property_default_value" qualifiers="virtual const">
|
||||
<return type="Variant" />
|
||||
<argument index="0" name="property" type="StringName" />
|
||||
<param index="0" name="property" type="StringName" />
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
|
|
@ -92,13 +92,13 @@
|
|||
</method>
|
||||
<method name="_has_method" qualifiers="virtual const">
|
||||
<return type="bool" />
|
||||
<argument index="0" name="method" type="StringName" />
|
||||
<param index="0" name="method" type="StringName" />
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="_has_script_signal" qualifiers="virtual const">
|
||||
<return type="bool" />
|
||||
<argument index="0" name="signal" type="StringName" />
|
||||
<param index="0" name="signal" type="StringName" />
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
|
|
@ -109,19 +109,19 @@
|
|||
</method>
|
||||
<method name="_inherits_script" qualifiers="virtual const">
|
||||
<return type="bool" />
|
||||
<argument index="0" name="script" type="Script" />
|
||||
<param index="0" name="script" type="Script" />
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="_instance_create" qualifiers="virtual const">
|
||||
<return type="void*" />
|
||||
<argument index="0" name="for_object" type="Object" />
|
||||
<param index="0" name="for_object" type="Object" />
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="_instance_has" qualifiers="virtual const">
|
||||
<return type="bool" />
|
||||
<argument index="0" name="object" type="Object" />
|
||||
<param index="0" name="object" type="Object" />
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
|
|
@ -142,25 +142,25 @@
|
|||
</method>
|
||||
<method name="_placeholder_erased" qualifiers="virtual">
|
||||
<return type="void" />
|
||||
<argument index="0" name="placeholder" type="void*" />
|
||||
<param index="0" name="placeholder" type="void*" />
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="_placeholder_instance_create" qualifiers="virtual const">
|
||||
<return type="void*" />
|
||||
<argument index="0" name="for_object" type="Object" />
|
||||
<param index="0" name="for_object" type="Object" />
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="_reload" qualifiers="virtual">
|
||||
<return type="int" enum="Error" />
|
||||
<argument index="0" name="keep_state" type="bool" />
|
||||
<param index="0" name="keep_state" type="bool" />
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="_set_source_code" qualifiers="virtual">
|
||||
<return type="void" />
|
||||
<argument index="0" name="code" type="String" />
|
||||
<param index="0" name="code" type="String" />
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue