``` struct SIMPLECPP_LIB DUI { DUI() {} std::list<std::string> defines; std::set<std::string> undefined; std::list<std::string> includePaths; std::list<std::string> includes; }; ``` Some doxygen style comments are needed here.
Some doxygen style comments are needed here.