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
|
|
@ -9,29 +9,29 @@
|
|||
<methods>
|
||||
<method name="_add_global_constant" qualifiers="virtual">
|
||||
<return type="void" />
|
||||
<argument index="0" name="name" type="StringName" />
|
||||
<argument index="1" name="value" type="Variant" />
|
||||
<param index="0" name="name" type="StringName" />
|
||||
<param index="1" name="value" type="Variant" />
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="_add_named_global_constant" qualifiers="virtual">
|
||||
<return type="void" />
|
||||
<argument index="0" name="name" type="StringName" />
|
||||
<argument index="1" name="value" type="Variant" />
|
||||
<param index="0" name="name" type="StringName" />
|
||||
<param index="1" name="value" type="Variant" />
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="_alloc_instance_binding_data" qualifiers="virtual">
|
||||
<return type="void*" />
|
||||
<argument index="0" name="object" type="Object" />
|
||||
<param index="0" name="object" type="Object" />
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="_auto_indent_code" qualifiers="virtual const">
|
||||
<return type="String" />
|
||||
<argument index="0" name="code" type="String" />
|
||||
<argument index="1" name="from_line" type="int" />
|
||||
<argument index="2" name="to_line" type="int" />
|
||||
<param index="0" name="code" type="String" />
|
||||
<param index="1" name="from_line" type="int" />
|
||||
<param index="2" name="to_line" type="int" />
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
|
|
@ -42,9 +42,9 @@
|
|||
</method>
|
||||
<method name="_complete_code" qualifiers="virtual const">
|
||||
<return type="Dictionary" />
|
||||
<argument index="0" name="code" type="String" />
|
||||
<argument index="1" name="path" type="String" />
|
||||
<argument index="2" name="owner" type="Object" />
|
||||
<param index="0" name="code" type="String" />
|
||||
<param index="1" name="path" type="String" />
|
||||
<param index="2" name="owner" type="Object" />
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
|
|
@ -65,8 +65,8 @@
|
|||
</method>
|
||||
<method name="_debug_get_globals" qualifiers="virtual">
|
||||
<return type="Dictionary" />
|
||||
<argument index="0" name="max_subitems" type="int" />
|
||||
<argument index="1" name="max_depth" type="int" />
|
||||
<param index="0" name="max_subitems" type="int" />
|
||||
<param index="1" name="max_depth" type="int" />
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
|
|
@ -77,57 +77,57 @@
|
|||
</method>
|
||||
<method name="_debug_get_stack_level_function" qualifiers="virtual const">
|
||||
<return type="String" />
|
||||
<argument index="0" name="level" type="int" />
|
||||
<param index="0" name="level" type="int" />
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="_debug_get_stack_level_instance" qualifiers="virtual">
|
||||
<return type="void*" />
|
||||
<argument index="0" name="level" type="int" />
|
||||
<param index="0" name="level" type="int" />
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="_debug_get_stack_level_line" qualifiers="virtual const">
|
||||
<return type="int" />
|
||||
<argument index="0" name="level" type="int" />
|
||||
<param index="0" name="level" type="int" />
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="_debug_get_stack_level_locals" qualifiers="virtual">
|
||||
<return type="Dictionary" />
|
||||
<argument index="0" name="level" type="int" />
|
||||
<argument index="1" name="max_subitems" type="int" />
|
||||
<argument index="2" name="max_depth" type="int" />
|
||||
<param index="0" name="level" type="int" />
|
||||
<param index="1" name="max_subitems" type="int" />
|
||||
<param index="2" name="max_depth" type="int" />
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="_debug_get_stack_level_members" qualifiers="virtual">
|
||||
<return type="Dictionary" />
|
||||
<argument index="0" name="level" type="int" />
|
||||
<argument index="1" name="max_subitems" type="int" />
|
||||
<argument index="2" name="max_depth" type="int" />
|
||||
<param index="0" name="level" type="int" />
|
||||
<param index="1" name="max_subitems" type="int" />
|
||||
<param index="2" name="max_depth" type="int" />
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="_debug_parse_stack_level_expression" qualifiers="virtual">
|
||||
<return type="String" />
|
||||
<argument index="0" name="level" type="int" />
|
||||
<argument index="1" name="expression" type="String" />
|
||||
<argument index="2" name="max_subitems" type="int" />
|
||||
<argument index="3" name="max_depth" type="int" />
|
||||
<param index="0" name="level" type="int" />
|
||||
<param index="1" name="expression" type="String" />
|
||||
<param index="2" name="max_subitems" type="int" />
|
||||
<param index="3" name="max_depth" type="int" />
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="_execute_file" qualifiers="virtual">
|
||||
<return type="int" enum="Error" />
|
||||
<argument index="0" name="path" type="String" />
|
||||
<param index="0" name="path" type="String" />
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="_find_function" qualifiers="virtual const">
|
||||
<return type="int" />
|
||||
<argument index="0" name="class_name" type="String" />
|
||||
<argument index="1" name="function_name" type="String" />
|
||||
<param index="0" name="class_name" type="String" />
|
||||
<param index="1" name="function_name" type="String" />
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
|
|
@ -143,13 +143,13 @@
|
|||
</method>
|
||||
<method name="_free_instance_binding_data" qualifiers="virtual">
|
||||
<return type="void" />
|
||||
<argument index="0" name="data" type="void*" />
|
||||
<param index="0" name="data" type="void*" />
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="_get_built_in_templates" qualifiers="virtual const">
|
||||
<return type="Dictionary[]" />
|
||||
<argument index="0" name="object" type="StringName" />
|
||||
<param index="0" name="object" type="StringName" />
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
|
|
@ -165,7 +165,7 @@
|
|||
</method>
|
||||
<method name="_get_global_class_name" qualifiers="virtual const">
|
||||
<return type="Dictionary" />
|
||||
<argument index="0" name="path" type="String" />
|
||||
<param index="0" name="path" type="String" />
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
|
|
@ -211,7 +211,7 @@
|
|||
</method>
|
||||
<method name="_handles_global_class_type" qualifiers="virtual const">
|
||||
<return type="bool" />
|
||||
<argument index="0" name="type" type="String" />
|
||||
<param index="0" name="type" type="String" />
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
|
|
@ -227,7 +227,7 @@
|
|||
</method>
|
||||
<method name="_is_control_flow_keyword" qualifiers="virtual const">
|
||||
<return type="bool" />
|
||||
<argument index="0" name="keyword" type="String" />
|
||||
<param index="0" name="keyword" type="String" />
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
|
|
@ -238,34 +238,34 @@
|
|||
</method>
|
||||
<method name="_lookup_code" qualifiers="virtual const">
|
||||
<return type="Dictionary" />
|
||||
<argument index="0" name="code" type="String" />
|
||||
<argument index="1" name="symbol" type="String" />
|
||||
<argument index="2" name="path" type="String" />
|
||||
<argument index="3" name="owner" type="Object" />
|
||||
<param index="0" name="code" type="String" />
|
||||
<param index="1" name="symbol" type="String" />
|
||||
<param index="2" name="path" type="String" />
|
||||
<param index="3" name="owner" type="Object" />
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="_make_function" qualifiers="virtual const">
|
||||
<return type="String" />
|
||||
<argument index="0" name="class_name" type="String" />
|
||||
<argument index="1" name="function_name" type="String" />
|
||||
<argument index="2" name="function_args" type="PackedStringArray" />
|
||||
<param index="0" name="class_name" type="String" />
|
||||
<param index="1" name="function_name" type="String" />
|
||||
<param index="2" name="function_args" type="PackedStringArray" />
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="_make_template" qualifiers="virtual const">
|
||||
<return type="Script" />
|
||||
<argument index="0" name="template" type="String" />
|
||||
<argument index="1" name="class_name" type="String" />
|
||||
<argument index="2" name="base_class_name" type="String" />
|
||||
<param index="0" name="template" type="String" />
|
||||
<param index="1" name="class_name" type="String" />
|
||||
<param index="2" name="base_class_name" type="String" />
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="_open_in_external_editor" qualifiers="virtual">
|
||||
<return type="int" enum="Error" />
|
||||
<argument index="0" name="script" type="Script" />
|
||||
<argument index="1" name="line" type="int" />
|
||||
<argument index="2" name="column" type="int" />
|
||||
<param index="0" name="script" type="Script" />
|
||||
<param index="1" name="line" type="int" />
|
||||
<param index="2" name="column" type="int" />
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
|
|
@ -276,15 +276,15 @@
|
|||
</method>
|
||||
<method name="_profiling_get_accumulated_data" qualifiers="virtual">
|
||||
<return type="int" />
|
||||
<argument index="0" name="info_array" type="ScriptLanguageExtensionProfilingInfo*" />
|
||||
<argument index="1" name="info_max" type="int" />
|
||||
<param index="0" name="info_array" type="ScriptLanguageExtensionProfilingInfo*" />
|
||||
<param index="1" name="info_max" type="int" />
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="_profiling_get_frame_data" qualifiers="virtual">
|
||||
<return type="int" />
|
||||
<argument index="0" name="info_array" type="ScriptLanguageExtensionProfilingInfo*" />
|
||||
<argument index="1" name="info_max" type="int" />
|
||||
<param index="0" name="info_array" type="ScriptLanguageExtensionProfilingInfo*" />
|
||||
<param index="1" name="info_max" type="int" />
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
|
|
@ -300,13 +300,13 @@
|
|||
</method>
|
||||
<method name="_refcount_decremented_instance_binding" qualifiers="virtual">
|
||||
<return type="bool" />
|
||||
<argument index="0" name="object" type="Object" />
|
||||
<param index="0" name="object" type="Object" />
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="_refcount_incremented_instance_binding" qualifiers="virtual">
|
||||
<return type="void" />
|
||||
<argument index="0" name="object" type="Object" />
|
||||
<param index="0" name="object" type="Object" />
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
|
|
@ -317,14 +317,14 @@
|
|||
</method>
|
||||
<method name="_reload_tool_script" qualifiers="virtual">
|
||||
<return type="void" />
|
||||
<argument index="0" name="script" type="Script" />
|
||||
<argument index="1" name="soft_reload" type="bool" />
|
||||
<param index="0" name="script" type="Script" />
|
||||
<param index="1" name="soft_reload" type="bool" />
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="_remove_named_global_constant" qualifiers="virtual">
|
||||
<return type="void" />
|
||||
<argument index="0" name="name" type="StringName" />
|
||||
<param index="0" name="name" type="StringName" />
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
|
|
@ -350,18 +350,18 @@
|
|||
</method>
|
||||
<method name="_validate" qualifiers="virtual const">
|
||||
<return type="Dictionary" />
|
||||
<argument index="0" name="script" type="String" />
|
||||
<argument index="1" name="path" type="String" />
|
||||
<argument index="2" name="validate_functions" type="bool" />
|
||||
<argument index="3" name="validate_errors" type="bool" />
|
||||
<argument index="4" name="validate_warnings" type="bool" />
|
||||
<argument index="5" name="validate_safe_lines" type="bool" />
|
||||
<param index="0" name="script" type="String" />
|
||||
<param index="1" name="path" type="String" />
|
||||
<param index="2" name="validate_functions" type="bool" />
|
||||
<param index="3" name="validate_errors" type="bool" />
|
||||
<param index="4" name="validate_warnings" type="bool" />
|
||||
<param index="5" name="validate_safe_lines" type="bool" />
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="_validate_path" qualifiers="virtual const">
|
||||
<return type="String" />
|
||||
<argument index="0" name="path" type="String" />
|
||||
<param index="0" name="path" type="String" />
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue