Rename the argument tag to param in XML documentation
This commit is contained in:
@@ -22,24 +22,24 @@
|
||||
</method>
|
||||
<method name="_get_import_options" qualifiers="virtual">
|
||||
<return type="void" />
|
||||
<argument index="0" name="path" type="String" />
|
||||
<param index="0" name="path" type="String" />
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="_get_option_visibility" qualifiers="virtual const">
|
||||
<return type="Variant" />
|
||||
<argument index="0" name="path" type="String" />
|
||||
<argument index="1" name="for_animation" type="bool" />
|
||||
<argument index="2" name="option" type="String" />
|
||||
<param index="0" name="path" type="String" />
|
||||
<param index="1" name="for_animation" type="bool" />
|
||||
<param index="2" name="option" type="String" />
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="_import_scene" qualifiers="virtual">
|
||||
<return type="Object" />
|
||||
<argument index="0" name="path" type="String" />
|
||||
<argument index="1" name="flags" type="int" />
|
||||
<argument index="2" name="options" type="Dictionary" />
|
||||
<argument index="3" name="bake_fps" type="int" />
|
||||
<param index="0" name="path" type="String" />
|
||||
<param index="1" name="flags" type="int" />
|
||||
<param index="2" name="options" type="Dictionary" />
|
||||
<param index="3" name="bake_fps" type="int" />
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
|
||||
Reference in New Issue
Block a user