diff options
author | Johann Klähn <kljohann@gmail.com> | 2013-01-19 13:27:15 +0100 |
---|---|---|
committer | Johann Klähn <kljohann@gmail.com> | 2013-01-19 13:27:15 +0100 |
commit | b66c19b1f8a6449af89154e75b2348ad41080c00 (patch) | |
tree | 89d2c3ab3726a93ef0ba6dc64e04ab6170fbc061 | |
parent | d5323000ca61bc6a247694375d87c18fcfc7eee3 (diff) | |
download | fork-ledger-b66c19b1f8a6449af89154e75b2348ad41080c00.tar.gz fork-ledger-b66c19b1f8a6449af89154e75b2348ad41080c00.tar.bz2 fork-ledger-b66c19b1f8a6449af89154e75b2348ad41080c00.zip |
doxygen: enable search and folding
-rw-r--r-- | doc/Doxyfile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in index 7cee2256..ff08c0f1 100644 --- a/doc/Doxyfile.in +++ b/doc/Doxyfile.in @@ -986,7 +986,7 @@ HTML_TIMESTAMP = YES # documentation will contain sections that can be hidden and shown after the # page has loaded. -HTML_DYNAMIC_SECTIONS = NO +HTML_DYNAMIC_SECTIONS = YES # With HTML_INDEX_NUM_ENTRIES one can control the preferred number of # entries shown in the various tree structured indices initially; the user @@ -1245,7 +1245,7 @@ MATHJAX_EXTENSIONS = # typically be disabled. For large projects the javascript based search engine # can be slow, then enabling SERVER_BASED_SEARCH may provide a better solution. -SEARCHENGINE = NO +SEARCHENGINE = YES # When the SERVER_BASED_SEARCH tag is enabled the search engine will be # implemented using a web server instead of a web client using Javascript. |