mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Rename the argument tag to param in XML documentation
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
<methods>
|
||||
<method name="load">
|
||||
<return type="int" enum="Error" />
|
||||
<argument index="0" name="path" type="String" />
|
||||
<param index="0" name="path" type="String" />
|
||||
<description>
|
||||
Loads the texture from the given path.
|
||||
</description>
|
||||
|
||||
Reference in New Issue
Block a user