Description: Disable search in documentation Author: Jörg Frings-Fürst Last-Update: 2015-05-14 --- This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ Index: trunk/doc/doxygen.cfg.in =================================================================== --- trunk.orig/doc/doxygen.cfg.in +++ trunk/doc/doxygen.cfg.in @@ -1234,7 +1234,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 = 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.