diff options
Diffstat (limited to 'src/config.h')
-rw-r--r-- | src/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/config.h b/src/config.h index cec30e6..724f02b 100644 --- a/src/config.h +++ b/src/config.h @@ -1,4 +1,4 @@ -/* This file was generated by configgen on Sun Sep 24 18:38:07 2000 +/* This file was generated by configgen on Sun Oct 1 13:51:26 2000 * from config_templ.h * * DO NOT EDIT! @@ -60,7 +60,7 @@ struct Config static bool hideScopeNames; // hide the name of the scope. static bool verbatimHeaderFlag; // enable/disable generation of verb headers. static bool showIncFileFlag; // show include file in file documentation? - static bool autoBriefFlag; // javadoc comments behaves as Qt comments. + static bool autoBriefFlag; // should javadoc comments behaves as Qt comments. static bool inheritDocsFlag; // inheritance of documentation enabled? static bool inlineInfoFlag; // show info about inline members? static bool sortMembersFlag; // sort members alphabetically? |