From e5bd3b707f07d1f3eb4d4a8a18ee1736ff1fbe76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pedro=20J=2E=20Est=C3=A9banez?= Date: Mon, 10 Feb 2020 09:19:00 +0100 Subject: Add ConfigFile::parse() --- doc/classes/ConfigFile.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'doc/classes') diff --git a/doc/classes/ConfigFile.xml b/doc/classes/ConfigFile.xml index 7eaa815a87..ad36f1f1c3 100644 --- a/doc/classes/ConfigFile.xml +++ b/doc/classes/ConfigFile.xml @@ -129,6 +129,16 @@ + + + + + + + Parses the the passed string as the contents of a config file. The string is parsed and loaded in the ConfigFile object which the method was called on. + Returns one of the [enum Error] code constants ([code]OK[/code] on success). + + -- cgit v1.2.3