doc: Don't use GlobalScope scope in hyperlinks, it's automatically inferred
This commit is contained in:
parent
bc82781f7d
commit
528c4722d6
10 changed files with 19 additions and 19 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue