Skip to content

Commit b32e778

Browse files
committed
Write comment for DUI. Fixes cppcheck-opensource#106
1 parent b9944cb commit b32e778

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

simplecpp.h

100644100755
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,10 @@ namespace simplecpp {
275275
Location useLocation;
276276
};
277277

278+
/**
279+
* Command line preprocessor settings.
280+
* On the command line these are configured by -D, -U, -I, --include
281+
*/
278282
struct SIMPLECPP_LIB DUI {
279283
DUI() {}
280284
std::list<std::string> defines;

0 commit comments

Comments
 (0)