mirror of
https://github.com/godotengine/godot.git
synced 2026-05-12 22:35:35 +00:00
[doc] Use "param" instead of "code" to refer to parameters #3
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
<param index="0" name="base_name" type="String" />
|
||||
<param index="1" name="base_path" type="String" />
|
||||
<description>
|
||||
Opens the script create dialog. The script will extend [code]base_name[/code]. The file extension can be omitted from [code]base_path[/code]. It will be added based on the selected scripting language.
|
||||
Opens the script create dialog. The script will extend [param base_name]. The file extension can be omitted from [param base_path]. It will be added based on the selected scripting language.
|
||||
</description>
|
||||
</method>
|
||||
<method name="register_syntax_highlighter">
|
||||
|
||||
Reference in New Issue
Block a user