mirror of
https://github.com/godotengine/godot.git
synced 2026-02-07 19:32:36 +00:00
Rename the argument tag to param in XML documentation
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
</method>
|
||||
<method name="add_root_node">
|
||||
<return type="void" />
|
||||
<argument index="0" name="node" type="Node" />
|
||||
<param index="0" name="node" type="Node" />
|
||||
<description>
|
||||
Adds [code]node[/code] as a child of the root node in the editor context.
|
||||
[b]Warning:[/b] The implementation of this method is currently disabled.
|
||||
|
||||
Reference in New Issue
Block a user