summaryrefslogtreecommitdiff
path: root/debian/patches/0001-disable_search_doc.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/0001-disable_search_doc.patch')
-rw-r--r--debian/patches/0001-disable_search_doc.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/debian/patches/0001-disable_search_doc.patch b/debian/patches/0001-disable_search_doc.patch
new file mode 100644
index 0000000..0dfcdfb
--- /dev/null
+++ b/debian/patches/0001-disable_search_doc.patch
@@ -0,0 +1,18 @@
+Description: Disable search in documentation
+Author: Jörg Frings-Fürst <debian@jff-webhosting.net>
+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.