summaryrefslogtreecommitdiffstats
path: root/src/configoptions.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/configoptions.cpp')
-rw-r--r--src/configoptions.cpp11
1 files changed, 2 insertions, 9 deletions
diff --git a/src/configoptions.cpp b/src/configoptions.cpp
index f314616..e075ac0 100644
--- a/src/configoptions.cpp
+++ b/src/configoptions.cpp
@@ -1275,15 +1275,6 @@ void addConfigOptions(Config *cfg)
cb->addDependency("GENERATE_HTML");
//----
cb = cfg->addBool(
- "HTML_ALIGN_MEMBERS",
- "If the HTML_ALIGN_MEMBERS tag is set to YES, the members of classes,\n"
- "files or namespaces will be aligned in HTML using tables. If set to\n"
- "NO a bullet list will be used.",
- TRUE
- );
- cb->addDependency("GENERATE_HTML");
- //----
- cb = cfg->addBool(
"HTML_DYNAMIC_SECTIONS",
"If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML\n"
"documentation will contain sections that can be hidden and shown after the\n"
@@ -2479,4 +2470,6 @@ void addConfigOptions(Config *cfg)
cfg->addObsolete("USE_INLINE_TREES");
//----
cfg->addObsolete("SHOW_DIRECTORIES");
+ //----
+ cfg->addObsolete("HTML_ALIGN_MEMBERS");
}