mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Change "Return" to "Returns" where necessary in XML documentation
In many of the XML files it had been noted that when the documentation
refers to a return value, both "Return" and "Returns" are used. This
has now been fixed to only say "Returns".
Fixes #28867
(cherry picked from commit 426bcc9941)
This commit is contained in:
committed by
Rémi Verschelde
parent
ce786bd100
commit
d846a0aaa3
@@ -37,7 +37,7 @@
|
||||
<return type="PoolIntArray">
|
||||
</return>
|
||||
<description>
|
||||
Return the list of items.
|
||||
Returns the list of items.
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_item_mesh" qualifiers="const">
|
||||
@@ -46,7 +46,7 @@
|
||||
<argument index="0" name="id" type="int">
|
||||
</argument>
|
||||
<description>
|
||||
Return the mesh of the item.
|
||||
Returns the mesh of the item.
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_item_name" qualifiers="const">
|
||||
@@ -55,7 +55,7 @@
|
||||
<argument index="0" name="id" type="int">
|
||||
</argument>
|
||||
<description>
|
||||
Return the name of the item.
|
||||
Returns the name of the item.
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_item_navmesh" qualifiers="const">
|
||||
|
||||
Reference in New Issue
Block a user