diff options
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. |