summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-11-14 07:45:58 -0500
committerNick Mathewson <nickm@torproject.org>2018-11-14 07:45:58 -0500
commit18df0ffbf3856e341d4df3e46d9cc8e324154826 (patch)
treea5da8bfd4a1335d15e54e11f0362ba8754428e8a
parent1ba17cc8152d0e0580a1fb76b4187c4ee2d1d7ef (diff)
parent763ccd092899c50392681f0f682635efe2b22c4f (diff)
downloadtor-18df0ffbf3856e341d4df3e46d9cc8e324154826.tar.gz
tor-18df0ffbf3856e341d4df3e46d9cc8e324154826.zip
Merge branch 'maint-0.3.5' into release-0.3.5
-rw-r--r--Doxyfile.in2
-rw-r--r--changes/bug284353
2 files changed, 4 insertions, 1 deletions
diff --git a/Doxyfile.in b/Doxyfile.in
index 8d8b959fb3..4caf421097 100644
--- 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
new file mode 100644
index 0000000000..2a886cb8b7
--- /dev/null
+++ 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.