From 2ecc0adceb2d1871cd58be19fa454d1314bc437f Mon Sep 17 00:00:00 2001 From: Martchus Date: Thu, 4 Jun 2020 20:49:25 +0200 Subject: [PATCH] Add TODO for AdvancedIniFile --- io/inifile.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/io/inifile.cpp b/io/inifile.cpp index 3b51266..7a06352 100644 --- a/io/inifile.cpp +++ b/io/inifile.cpp @@ -193,6 +193,9 @@ void IniFile::make(ostream &outputStream) * \remarks * The AdvancedIniFile class is still experimental. It might be modified in an incompatible way or even removed * in the next minor or patch release. + * \todo + * Support "line continuation", where a backslash followed immediately by EOL (end-of-line) causes the line break to be ignored, + * and the "logical line" to be continued on the next actual line from the INI file. */ /*!