diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2012-05-20 11:50:37 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2012-05-20 11:50:37 (GMT) |
commit | d233732e774e36b870069a3c5679588a49ebb23f (patch) | |
tree | 706106834c6681dd84b642a8140b4bdaa0801485 /src/config.xml | |
parent | 98849cac48159a733a1b3c3ab1466f72a96f216a (diff) | |
download | Doxygen-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/config.xml')
-rw-r--r-- | src/config.xml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/config.xml b/src/config.xml index 06c08f8..e455ffd 100644 --- a/src/config.xml +++ b/src/config.xml @@ -891,9 +891,7 @@ this to NO can help when comparing the output of multiple runs. <option type='bool' id='HTML_DYNAMIC_SECTIONS' docs=' If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML documentation will contain sections that can be hidden and shown after the -page has loaded. For this to work a browser that supports -JavaScript and DHTML is required (for instance Mozilla 1.0+, Firefox -Netscape 6.0+, Internet explorer 5.0+, Konqueror, or Safari). +page has loaded. ' defval='0' depends='GENERATE_HTML'/> <option type='int' id='HTML_INDEX_NUM_ENTRIES' docs=' With HTML_INDEX_NUM_ENTRIES one can control the preferred number of |