summaryrefslogtreecommitdiffstats
path: root/src/config.xml
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2017-01-10 19:29:35 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2017-01-10 19:29:35 (GMT)
commit1be97720b7820361e85242d08d4cac3e46570bfe (patch)
tree1c2fed4012d26c715c4b19a9362910892228f5f2 /src/config.xml
parentc10af45c61a1f9b25c514f397ace16c94cc7c8df (diff)
downloadDoxygen-1be97720b7820361e85242d08d4cac3e46570bfe.zip
Doxygen-1be97720b7820361e85242d08d4cac3e46570bfe.tar.gz
Doxygen-1be97720b7820361e85242d08d4cac3e46570bfe.tar.bz2
Bug 776964 - Menu does not work without Javascript
Diffstat (limited to 'src/config.xml')
-rw-r--r--src/config.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/config.xml b/src/config.xml
index 483eff1..227f8bf 100644
--- a/src/config.xml
+++ b/src/config.xml
@@ -1941,6 +1941,18 @@ hr.footer {
]]>
</docs>
</option>
+ <option type='bool' id='HTML_DYNAMIC_MENUS' defval='1' depends='GENERATE_HTML'>
+ <docs>
+<![CDATA[
+ If the \c HTML_DYNAMIC_MENUS tag is set to \c YES then the generated HTML
+ documentation will contain a main index with vertical navigation menus that
+ are dynamically created via Javascript. If disabled, the navigation index will consists of
+ multiple levels of tabs that are statically embedded in every HTML page.
+ Disable this option to support browsers that do not have Javascript, like
+ the Qt help browser.
+]]>
+ </docs>
+ </option>
<option type='bool' id='HTML_DYNAMIC_SECTIONS' defval='0' depends='GENERATE_HTML'>
<docs>
<![CDATA[