Update comments in Doxygen config file
parent
1d0c659fd7
commit
5e19ac7e48
15
Doxyfile
15
Doxyfile
|
|
@ -1225,9 +1225,6 @@ DOCSET_PUBLISHER_NAME = Crypto++
|
||||||
# compressed HTML files.
|
# compressed HTML files.
|
||||||
# The default value is: NO.
|
# The default value is: NO.
|
||||||
# This tag requires that the tag GENERATE_HTML is set to YES.
|
# 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
|
GENERATE_HTMLHELP = NO
|
||||||
|
|
||||||
# The CHM_FILE tag can be used to specify the file name of the resulting .chm
|
# 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.
|
# The default value is: YES.
|
||||||
# This tag requires that the tag GENERATE_HTML is set to YES.
|
# This tag requires that the tag GENERATE_HTML is set to YES.
|
||||||
|
|
||||||
# Enabled by JW for server-side search, Aug 2018
|
# JW: Do _not_ enable server-side search. It consumes too many resources
|
||||||
# https://www.stack.nl/~dimitri/doxygen/manual/searching.html
|
# and results in OOM Kills on MySQL, which corrupts the database.
|
||||||
# SEARCHENGINE = YES
|
# https://github.com/weidai11/cryptopp/issues/720
|
||||||
SEARCHENGINE = NO
|
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
|
||||||
|
|
@ -1511,9 +1508,9 @@ SEARCHENGINE = NO
|
||||||
# The default value is: NO.
|
# The default value is: NO.
|
||||||
# This tag requires that the tag SEARCHENGINE is set to YES.
|
# This tag requires that the tag SEARCHENGINE is set to YES.
|
||||||
|
|
||||||
# Enabled by JW for server-side search, Aug 2018
|
# JW: Do _not_ enable server-side search. It consumes too many resources
|
||||||
# https://www.stack.nl/~dimitri/doxygen/manual/searching.html
|
# and results in OOM Kills on MySQL, which corrupts the database.
|
||||||
# SERVER_BASED_SEARCH = YES
|
# https://github.com/weidai11/cryptopp/issues/720
|
||||||
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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue