diff options
Diffstat (limited to 'src/config.h')
-rw-r--r-- | src/config.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/config.h b/src/config.h index 7160451..bb5449e 100644 --- a/src/config.h +++ b/src/config.h @@ -1,4 +1,4 @@ -/* This file was generated by configgen on Fri Aug 25 21:22:11 2000 +/* This file was generated by configgen on Sat Sep 2 10:51:52 2000 * from config_templ.h * * DO NOT EDIT! @@ -64,6 +64,7 @@ struct Config static bool inheritDocsFlag; // inheritance of documentation enabled? static bool inlineInfoFlag; // show info about inline members? static bool sortMembersFlag; // sort members alphabetically? + static bool distributeDocFlag; // distribute docs over member group? static int tabSize; // number of spaces in a tab static QStrList sectionFilterList; // list of section filters that are enabled static bool generateTodoList; // do we want a todo list? |