diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-10-16 09:56:31 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-10-16 09:56:31 -0400 |
commit | 593acfabb3a074602aee4f93ef07c7aa22379f7e (patch) | |
tree | 245c1706e994adec10529716023dced607bfada6 /changes/ticket32099 | |
parent | 033d76b0e0ad255cec10f9ee048d5bb98c03ce7e (diff) | |
download | tor-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 'changes/ticket32099')
-rw-r--r-- | changes/ticket32099 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/ticket32099 b/changes/ticket32099 new file mode 100644 index 0000000000..7a111df6ba --- /dev/null +++ b/changes/ticket32099 @@ -0,0 +1,4 @@ + o Removed features: + - Our Doxygen configuration no longer generates LaTeX output. The + reference manual produced by doing this was over 4000 pages long, + and generally unusable. Closes ticket 32099. |