[tor-commits] [tor/master] Fix Doxyfile for 0.3.5 source tree moves

nickm at torproject.org nickm at torproject.org
Wed Nov 14 12:46:02 UTC 2018


commit 763ccd092899c50392681f0f682635efe2b22c4f
Author: Taylor Yu <catalyst at torproject.org>
Date:   Tue Nov 13 16:50:00 2018 -0600

    Fix Doxyfile for 0.3.5 source tree moves
    
    Make Doxygen work again after the 0.3.5 source tree moves.  Fixes bug
    28435; bugfix on 0.3.5.1-alpha.
---
 Doxyfile.in      | 2 +-
 changes/bug28435 | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/Doxyfile.in b/Doxyfile.in
index 8d8b959fb..4caf42109 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 000000000..2a886cb8b
--- /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.





More information about the tor-commits mailing list