aboutsummaryrefslogtreecommitdiff
path: root/Doxyfile.in
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2019-10-16 09:56:31 -0400
committerNick Mathewson <nickm@torproject.org>2019-10-16 09:56:31 -0400
commit593acfabb3a074602aee4f93ef07c7aa22379f7e (patch)
tree245c1706e994adec10529716023dced607bfada6 /Doxyfile.in
parent033d76b0e0ad255cec10f9ee048d5bb98c03ce7e (diff)
downloadtor-593acfabb3a074602aee4f93ef07c7aa22379f7e.tar.gz
tor-593acfabb3a074602aee4f93ef07c7aa22379f7e.zip
Doxygen: stop producing LaTeX.
Running doxygen with latex gave us all manner of unicode issues, slowed down the "make doxygen" target by a lot, and added several latex dependencies... all to produce a 4000-page reference manual which is probably not what anybody wanted. Closes ticket 32099.
Diffstat (limited to 'Doxyfile.in')
-rw-r--r--Doxyfile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doxyfile.in b/Doxyfile.in
index d242b2e151..8e39e0f167 100644
--- a/Doxyfile.in
+++ b/Doxyfile.in
@@ -1645,7 +1645,7 @@ EXTRA_SEARCH_MAPPINGS =
# If the GENERATE_LATEX tag is set to YES, doxygen will generate LaTeX output.
# The default value is: YES.
-GENERATE_LATEX = YES
+GENERATE_LATEX = NO
# The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put. If a
# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of