doc: Don't use GlobalScope scope in hyperlinks, it's automatically inferred

This commit is contained in:
Rémi Verschelde
2019-06-27 13:24:03 +02:00
parent bc82781f7d
commit 528c4722d6
10 changed files with 19 additions and 19 deletions

View File

@@ -31,7 +31,7 @@
<description>
Saves a resource to disk to the given path, using a [ResourceFormatSaver] that recognizes the resource object.
The [code]flags[/code] bitmask can be specified to customize the save behavior.
Returns [constant @GlobalScope.OK] on success.
Returns [constant OK] on success.
</description>
</method>
</methods>