From 5e19ac7e48d44d61f15f8fe3245ee5ae76f2af4a Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Sat, 20 Oct 2018 22:55:21 -0400 Subject: [PATCH] Update comments in Doxygen config file --- Doxyfile | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/Doxyfile b/Doxyfile index b928dd7c..1273de2e 100644 --- a/Doxyfile +++ b/Doxyfile @@ -1225,9 +1225,6 @@ DOCSET_PUBLISHER_NAME = Crypto++ # compressed HTML files. # The default value is: NO. # This tag requires that the tag GENERATE_HTML is set to YES. - -# Disabled by JW for server-side search, Aug 2018 -# https://www.stack.nl/~dimitri/doxygen/manual/searching.html GENERATE_HTMLHELP = NO # The CHM_FILE tag can be used to specify the file name of the resulting .chm @@ -1496,9 +1493,9 @@ MATHJAX_CODEFILE = # The default value is: YES. # This tag requires that the tag GENERATE_HTML is set to YES. -# Enabled by JW for server-side search, Aug 2018 -# https://www.stack.nl/~dimitri/doxygen/manual/searching.html -# SEARCHENGINE = YES +# JW: Do _not_ enable server-side search. It consumes too many resources +# and results in OOM Kills on MySQL, which corrupts the database. +# https://github.com/weidai11/cryptopp/issues/720 SEARCHENGINE = NO # When the SERVER_BASED_SEARCH tag is enabled the search engine will be @@ -1511,9 +1508,9 @@ SEARCHENGINE = NO # The default value is: NO. # This tag requires that the tag SEARCHENGINE is set to YES. -# Enabled by JW for server-side search, Aug 2018 -# https://www.stack.nl/~dimitri/doxygen/manual/searching.html -# SERVER_BASED_SEARCH = YES +# JW: Do _not_ enable server-side search. It consumes too many resources +# and results in OOM Kills on MySQL, which corrupts the database. +# https://github.com/weidai11/cryptopp/issues/720 SERVER_BASED_SEARCH = NO # When EXTERNAL_SEARCH tag is enabled doxygen will no longer generate the PHP