Disable server-side Doxygen search
This may be contributing to OOM kills in our low-memory environmentpull/730/head
parent
c0471236f4
commit
c315c669b7
5
Doxyfile
5
Doxyfile
|
|
@ -1498,7 +1498,8 @@ MATHJAX_CODEFILE =
|
||||||
|
|
||||||
# Enabled by JW for server-side search, Aug 2018
|
# Enabled by JW for server-side search, Aug 2018
|
||||||
# https://www.stack.nl/~dimitri/doxygen/manual/searching.html
|
# 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
|
# 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
|
# 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
|
# Enabled by JW for server-side search, Aug 2018
|
||||||
# https://www.stack.nl/~dimitri/doxygen/manual/searching.html
|
# https://www.stack.nl/~dimitri/doxygen/manual/searching.html
|
||||||
# SERVER_BASED_SEARCH = YES
|
# 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
|
# 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
|
# script for searching. Instead the search results are written to an XML file
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue