summaryrefslogtreecommitdiffstats
path: root/src/configoptions.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2012-05-20 11:50:37 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2012-05-20 11:50:37 (GMT)
commitd233732e774e36b870069a3c5679588a49ebb23f (patch)
tree706106834c6681dd84b642a8140b4bdaa0801485 /src/configoptions.cpp
parent98849cac48159a733a1b3c3ab1466f72a96f216a (diff)
downloadDoxygen-d233732e774e36b870069a3c5679588a49ebb23f.zip
Doxygen-d233732e774e36b870069a3c5679588a49ebb23f.tar.gz
Doxygen-d233732e774e36b870069a3c5679588a49ebb23f.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");