Add TODO for AdvancedIniFile

This commit is contained in:
Martchus 2020-06-04 20:49:25 +02:00
parent 5dbcd1b391
commit 2ecc0adceb
1 changed files with 3 additions and 0 deletions

View File

@ -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.
*/
/*!