[doc] Use "param" instead of "code" to refer to parameters

Co-authored-by: Yuri Sizov <11782833+YuriSizov@users.noreply.github.com>
This commit is contained in:
Andy Maloney
2022-08-08 19:41:07 -04:00
parent 7355dfb502
commit 5361585832
22 changed files with 147 additions and 148 deletions
+2 -2
View File
@@ -15,7 +15,7 @@
<param index="1" name="type" type="int" />
<param index="2" name="name" type="String" />
<description>
Adds an input port with the specified [code]type[/code] (see [enum VisualShaderNode.PortType]) and [code]name[/code].
Adds an input port with the specified [param type] (see [enum VisualShaderNode.PortType]) and [param name].
</description>
</method>
<method name="add_output_port">
@@ -24,7 +24,7 @@
<param index="1" name="type" type="int" />
<param index="2" name="name" type="String" />
<description>
Adds an output port with the specified [code]type[/code] (see [enum VisualShaderNode.PortType]) and [code]name[/code].
Adds an output port with the specified [param type] (see [enum VisualShaderNode.PortType]) and [param name].
</description>
</method>
<method name="clear_input_ports">