summaryrefslogtreecommitdiffstats
path: root/addon/configgen/configgen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'addon/configgen/configgen.cpp')
-rw-r--r--addon/configgen/configgen.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/addon/configgen/configgen.cpp b/addon/configgen/configgen.cpp
index 557f70d..1dcc7b1 100644
--- a/addon/configgen/configgen.cpp
+++ b/addon/configgen/configgen.cpp
@@ -905,6 +905,14 @@ void init()
"classes or files whose names only differ in case and if your file system \n"
"supports case sensitive file names. \n"
);
+ ConfigBool::add( "hideScopeNames",
+ "HIDE_SCOPE_NAMES",
+ "FALSE",
+ "hide the name of the scope.",
+ "If the HIDE_SCOPE_NAMES tag is set to NO (the default) then Doxygen \n"
+ "will show members with their full class and namespace scopes in the \n"
+ "documentation. If set to YES the scope will be hidden. \n"
+ );
ConfigBool::add( "verbatimHeaderFlag",
"VERBATIM_HEADERS",
"TRUE",