diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/classes/@GlobalScope.xml | 6 |
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> |