summaryrefslogtreecommitdiff
path: root/Doxyfile
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-10-19 22:19:49 -0400
committerJeffrey Walton <noloader@gmail.com>2018-10-19 22:19:49 -0400
commitc315c669b73c7516b0b167f11bab0c58b9e632d3 (patch)
tree35a814a1e27ca7e91f09e27f81cbeed1aebc9b2e /Doxyfile
parentc0471236f47776858ec88ef44c7a039ba598a7ed (diff)
downloadcryptopp-git-c315c669b73c7516b0b167f11bab0c58b9e632d3.tar.gz
Disable server-side Doxygen search
This may be contributing to OOM kills in our low-memory environment
Diffstat (limited to 'Doxyfile')
-rw-r--r--Doxyfile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Doxyfile b/Doxyfile
index a168e7af..b928dd7c 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -1498,7 +1498,8 @@ MATHJAX_CODEFILE =
# Enabled by JW for server-side search, Aug 2018
# https://www.stack.nl/~dimitri/doxygen/manual/searching.html
-SEARCHENGINE = 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
@@ -1513,7 +1514,7 @@ SEARCHENGINE = YES
# Enabled by JW for server-side search, Aug 2018
# https://www.stack.nl/~dimitri/doxygen/manual/searching.html
# SERVER_BASED_SEARCH = YES
-SERVER_BASED_SEARCH = NO
+SERVER_BASED_SEARCH = NO
# When EXTERNAL_SEARCH tag is enabled doxygen will no longer generate the PHP
# script for searching. Instead the search results are written to an XML file