diff options
author | Juan Linietsky <reduzio@gmail.com> | 2021-08-26 08:42:06 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-26 08:42:06 -0300 |
commit | 34e286d6a3efd101f04e7bcc84cea33a8d39452d (patch) | |
tree | b51d3c0274430f559be9eab5a592149da7ed6f8a /doc | |
parent | 6e87d628735cb201cb3de49a723baaf60d9c942d (diff) | |
parent | 96f8254b24109884bdc3f6a7e224a8045b27ee15 (diff) |
Merge pull request #52077 from reduz/error-ret-doc
Implement error return documentation
Diffstat (limited to 'doc')
-rw-r--r-- | doc/classes/ConfigFile.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/classes/ConfigFile.xml b/doc/classes/ConfigFile.xml index f970be23a6..d6da4bc248 100644 --- a/doc/classes/ConfigFile.xml +++ b/doc/classes/ConfigFile.xml @@ -149,6 +149,8 @@ </method> <method name="load"> <return type="int" enum="Error" /> + <returns_error number="0"/> + <returns_error number="12"/> <argument index="0" name="path" type="String" /> <description> Loads the config file specified as a parameter. The file's contents are parsed and loaded in the [ConfigFile] object which the method was called on. |