summaryrefslogtreecommitdiffstats
path: root/src/configoptions.cpp
diff options
context:
space:
mode:
authordimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2012-05-20 11:50:37 (GMT)
committerdimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2012-05-20 11:50:37 (GMT)
commitd61d1ef89f610b2fb747ea499adea0f25343be37 (patch)
tree706106834c6681dd84b642a8140b4bdaa0801485 /src/configoptions.cpp
parenta47bdde0bb6a1940c9f5b86986a28d451973a96c (diff)
downloadDoxygen-d61d1ef89f610b2fb747ea499adea0f25343be37.zip
Doxygen-d61d1ef89f610b2fb747ea499adea0f25343be37.tar.gz
Doxygen-d61d1ef89f610b2fb747ea499adea0f25343be37.tar.bz2
Fixed code block render glitch for empty lines + Solaris compile issue
Diffstat (limited to 'src/configoptions.cpp')
-rw-r--r--src/configoptions.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/configoptions.cpp b/src/configoptions.cpp
index 6c6be0c..9ae97af 100644
--- a/src/configoptions.cpp
+++ b/src/configoptions.cpp
@@ -1278,9 +1278,7 @@ void addConfigOptions(Config *cfg)
"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"
- "page has loaded. For this to work a browser that supports\n"
- "JavaScript and DHTML is required (for instance Mozilla 1.0+, Firefox\n"
- "Netscape 6.0+, Internet explorer 5.0+, Konqueror, or Safari).",
+ "page has loaded.",
FALSE
);
cb->addDependency("GENERATE_HTML");