Doxygen: Enable client-based search engine

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
This commit is contained in:
Sylvain Munaut 2016-04-24 14:57:23 +02:00
parent f68f75e8b7
commit 6bed82cefd
2 changed files with 2 additions and 2 deletions

View File

@ -1141,7 +1141,7 @@ MATHJAX_RELPATH = http://www.mathjax.org/mathjax
# 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 PHP enabled web server instead of at the web client

View File

@ -32,7 +32,7 @@ install-data-hook:
uninstall-hook:
rm -rf $(DESTDIR)$(htmldir)
DX_CLEAN = doc/{html,latex}/* doc/html.tar
DX_CLEAN = doc/html/search/* doc/{html,latex}/* doc/html.tar
endif