[doc] Use "param" instead of "code" to refer to parameters (6)
This commit is contained in:
@@ -217,7 +217,7 @@
|
||||
<param index="3" name="platform_variants" type="Array" />
|
||||
<param index="4" name="gen_files" type="Array" />
|
||||
<description>
|
||||
Imports [code]source_file[/code] into [code]save_path[/code] with the import [code]options[/code] specified. The [code]platform_variants[/code] and [code]gen_files[/code] arrays will be modified by this function.
|
||||
Imports [param source_file] into [param save_path] with the import [param options] specified. The [param platform_variants] and [param gen_files] arrays will be modified by this function.
|
||||
This method must be overridden to do the actual importing work. See this class' description for an example of overriding this method.
|
||||
</description>
|
||||
</method>
|
||||
|
||||
Reference in New Issue
Block a user