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

@ -115,7 +115,7 @@
<return type="int" enum="Error">
</return>
<description>
Returns the last error that happened when trying to perform operations. Compare with the [code]ERR_FILE_*[/code] constants from [enum @GlobalScope.Error].
Returns the last error that happened when trying to perform operations. Compare with the [code]ERR_FILE_*[/code] constants from [enum Error].
</description>
</method>
<method name="get_float" qualifiers="const">