mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 07:17:42 -05: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
This commit is contained in:
@@ -144,7 +144,7 @@
|
||||
<return type="String">
|
||||
</return>
|
||||
<description>
|
||||
Return [code]true[/code] whether you want the blend tree editor to display filter editing on this node.
|
||||
Returns [code]true[/code] whether you want the blend tree editor to display filter editing on this node.
|
||||
</description>
|
||||
</method>
|
||||
<method name="is_path_filtered" qualifiers="const">
|
||||
@@ -153,7 +153,7 @@
|
||||
<argument index="0" name="path" type="NodePath">
|
||||
</argument>
|
||||
<description>
|
||||
Return [code]true[/code] whether a given path is filtered.
|
||||
Returns [code]true[/code] whether a given path is filtered.
|
||||
</description>
|
||||
</method>
|
||||
<method name="process" qualifiers="virtual">
|
||||
@@ -204,7 +204,7 @@
|
||||
</methods>
|
||||
<members>
|
||||
<member name="filter_enabled" type="bool" setter="set_filter_enabled" getter="is_filter_enabled">
|
||||
Return whether filtering is enabled.
|
||||
Returns whether filtering is enabled.
|
||||
</member>
|
||||
</members>
|
||||
<signals>
|
||||
|
||||
Reference in New Issue
Block a user