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