summaryrefslogtreecommitdiffstats
path: root/src/configoptions.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2011-03-28 14:10:48 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2011-03-28 14:10:48 (GMT)
commit145b564516f82be1bb4cc5a82277e7c9d10ca5ca (patch)
tree586c86db1de8495083071cb415bddb31c7e9cacb /src/configoptions.cpp
parent62d4d65ad07413ca2f6d04939e2273dc3e0db957 (diff)
downloadDoxygen-145b564516f82be1bb4cc5a82277e7c9d10ca5ca.zip
Doxygen-145b564516f82be1bb4cc5a82277e7c9d10ca5ca.tar.gz
Doxygen-145b564516f82be1bb4cc5a82277e7c9d10ca5ca.tar.bz2
Release-1.7.4
Diffstat (limited to 'src/configoptions.cpp')
-rw-r--r--src/configoptions.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/configoptions.cpp b/src/configoptions.cpp
index 716576d..15c6424 100644
--- a/src/configoptions.cpp
+++ b/src/configoptions.cpp
@@ -396,6 +396,15 @@ void addConfigOptions(Config *cfg)
);
//----
cb = cfg->addBool(
+ "INLINE_GROUPED_CLASSES",
+ "When the INLINE_GROUPED_CLASSES tag is set to YES, classes, structs and\n"
+ "unions are shown inside the group in which they are included (e.g. using\n"
+ "@ingroup) instead of on a separate page (for HTML and Man pages) or\n"
+ "section (for LaTeX and RTF).",
+ FALSE
+ );
+ //----
+ cb = cfg->addBool(
"TYPEDEF_HIDES_STRUCT",
"When TYPEDEF_HIDES_STRUCT is enabled, a typedef of a struct, union, or enum\n"
"is documented as struct, union, or enum with the name of the typedef. So\n"