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:
Sean Heffernan
2019-05-23 19:15:43 -07:00
committed by Rémi Verschelde
parent ce786bd100
commit d846a0aaa3
63 changed files with 202 additions and 190 deletions

View File

@@ -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">