From 08bfdeed5ef1b7913c39a0106910f639de0a2626 Mon Sep 17 00:00:00 2001 From: Martchus Date: Sun, 15 Mar 2020 01:01:34 +0100 Subject: [PATCH] Document missing features / caveats of IniFile class --- io/inifile.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/io/inifile.cpp b/io/inifile.cpp index 72aec49..bac5877 100644 --- a/io/inifile.cpp +++ b/io/inifile.cpp @@ -9,6 +9,10 @@ namespace CppUtilities { /*! * \class IniFile * \brief The IniFile class parses and makes INI files. + * \todo + * - Preserve difference between absence of equal sign and empty value after equal sign. + * - Preserve order within section. + * - Preserve comments. */ /*!