mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 06:11:29 +03:00
Rename the argument tag to param in XML documentation
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
</members>
|
||||
<signals>
|
||||
<signal name="color_changed">
|
||||
<argument index="0" name="color" type="Color" />
|
||||
<param index="0" name="color" type="Color" />
|
||||
<description>
|
||||
Emitted when the color changes.
|
||||
</description>
|
||||
|
||||
Reference in New Issue
Block a user