summaryrefslogtreecommitdiff
path: root/doc/classes
diff options
context:
space:
mode:
authorMax Hilbrunner <mhilbrunner@users.noreply.github.com>2021-08-11 21:04:13 +0200
committerGitHub <noreply@github.com>2021-08-11 21:04:13 +0200
commit974cc68fb420768a244c14dfd7a59da73f2330bd (patch)
tree19f99fd559038c18d805085427a5bb182fc3000f /doc/classes
parentd7a39cc3461a2bbcf7a38cce1be046c3427e1bf8 (diff)
parentdd277aedc9311858433c4699bfe3dbaddfddee51 (diff)
Merge pull request #51523 from mhilbrunner/fix-build
Docs: Fix CI after #38992
Diffstat (limited to 'doc/classes')
-rw-r--r--doc/classes/@GlobalScope.xml6
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/classes/@GlobalScope.xml b/doc/classes/@GlobalScope.xml
index 3dfb0f443a..7c954df77d 100644
--- a/doc/classes/@GlobalScope.xml
+++ b/doc/classes/@GlobalScope.xml
@@ -213,10 +213,8 @@
</description>
</method>
<method name="error_string">
- <return type="String">
- </return>
- <argument index="0" name="error" type="int">
- </argument>
+ <return type="String" />
+ <argument index="0" name="error" type="int" />
<description>
Returns a human-readable name for the given error code.
</description>