diff options
author | David Robillard <d@drobilla.net> | 2019-03-24 17:56:03 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2019-03-24 21:23:02 +0100 |
commit | f1f051ea07fa6b08794a955213c770b80e7502a4 (patch) | |
tree | 6c3f2bc8b11229549e4aeef579457fcf937f8396 /doc/reference.doxygen.in | |
parent | e21058b178db3edb25253ae11d23ce9fc6a61369 (diff) | |
download | lv2-f1f051ea07fa6b08794a955213c770b80e7502a4.tar.xz |
Fix Javascript-less API documentation menus
Diffstat (limited to 'doc/reference.doxygen.in')
-rw-r--r-- | doc/reference.doxygen.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/reference.doxygen.in b/doc/reference.doxygen.in index 3d88a10..f2502dd 100644 --- a/doc/reference.doxygen.in +++ b/doc/reference.doxygen.in @@ -1231,7 +1231,7 @@ HTML_TIMESTAMP = NO # The default value is: YES. # This tag requires that the tag GENERATE_HTML is set to YES. -HTML_DYNAMIC_MENUS = YES +HTML_DYNAMIC_MENUS = NO # 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 |