diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2000-06-11 19:22:39 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2000-06-11 19:22:39 (GMT) |
commit | 93737357fcce05f46d2db771293d746ea4b79acc (patch) | |
tree | a213e1477917c43abbeeac764fe4d2846e726728 /src/config.h | |
parent | 4bdaaa8da9bee65b5cda2e60a55f95d948feba88 (diff) | |
download | Doxygen-93737357fcce05f46d2db771293d746ea4b79acc.zip Doxygen-93737357fcce05f46d2db771293d746ea4b79acc.tar.gz Doxygen-93737357fcce05f46d2db771293d746ea4b79acc.tar.bz2 |
Release-1.1.4-20000611
Diffstat (limited to 'src/config.h')
-rw-r--r-- | src/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h index 2b3e386..a417b5f 100644 --- a/src/config.h +++ b/src/config.h @@ -51,6 +51,7 @@ struct Config static bool inlineSourceFlag; // inline the definition bodies in the docs? static bool stripCommentsFlag; // strip special comments from code fragments? static bool caseSensitiveNames; // determines if output can be mixed case. + 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. |