From: Andre Noll Date: Mon, 26 Oct 2015 13:54:39 +0000 (+0100) Subject: web: Deactivate search engine. X-Git-Tag: v0.5.6~85 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=d3ef0055a567db260e32f0eb6975d50490d6edb1 web: Deactivate search engine. It hasn't worked for years and the recent upgrade to doxygen-1.8.6 did not fix it. Just deactivate the feature for now. --- diff --git a/Doxyfile b/Doxyfile index 4009ac40..50c74695 100644 --- a/Doxyfile +++ b/Doxyfile @@ -1471,7 +1471,7 @@ MATHJAX_CODEFILE = # The default value is: YES. # This tag requires that the tag GENERATE_HTML is set to YES. -SEARCHENGINE = YES +SEARCHENGINE = NO # 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. There