summaryrefslogtreecommitdiff
path: root/Doxyfile
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-10-20 22:55:21 -0400
committerJeffrey Walton <noloader@gmail.com>2018-10-20 22:55:21 -0400
commit5e19ac7e48d44d61f15f8fe3245ee5ae76f2af4a (patch)
tree6ac7ea2bfab64d89999625ce151b481a1000dc53 /Doxyfile
parent1d0c659fd78ef64c893e67b3fa9b0bc91439e803 (diff)
downloadcryptopp-git-5e19ac7e48d44d61f15f8fe3245ee5ae76f2af4a.tar.gz
Update comments in Doxygen config file
Diffstat (limited to 'Doxyfile')
-rw-r--r--Doxyfile15
1 files 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