tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit c7f09554eb0bb3dc9413adb255a45e4e94add1ef
parent 586c3a7c902dfb6fdf52390ecb2a08d6fceef77a
Author: Nick Mathewson <nickm@torproject.org>
Date:   Wed, 14 Nov 2018 07:45:58 -0500

Merge branch 'maint-0.3.5'

Diffstat:
MDoxyfile.in | 2+-
Achanges/bug28435 | 3+++
2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/Doxyfile.in b/Doxyfile.in @@ -555,7 +555,7 @@ FILE_PATTERNS = *.c \ # should be searched for input files as well. Possible values are YES and NO. # If left blank NO is used. -RECURSIVE = NO +RECURSIVE = YES # The EXCLUDE tag can be used to specify files and/or directories that should # excluded from the INPUT source files. This way you can easily exclude a diff --git a/changes/bug28435 b/changes/bug28435 @@ -0,0 +1,3 @@ + o Minor bugfixes (documentation): + - Make Doxygen work again after the 0.3.5 source tree moves. + Fixes bug 28435; bugfix on 0.3.5.1-alpha.