]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Fix Doxyfile for 0.3.5 source tree moves
authorTaylor Yu <catalyst@torproject.org>
Tue, 13 Nov 2018 22:50:00 +0000 (16:50 -0600)
committerNick Mathewson <nickm@torproject.org>
Wed, 14 Nov 2018 12:45:55 +0000 (07:45 -0500)
Make Doxygen work again after the 0.3.5 source tree moves.  Fixes bug
28435; bugfix on 0.3.5.1-alpha.

Doxyfile.in
changes/bug28435 [new file with mode: 0644]

index 8d8b959fb34c1d12a0abab5ef26905c7d27acbb1..4caf42109788afc04243abb015cb59d53f71d26b 100644 (file)
@@ -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 (file)
index 0000000..2a886cb
--- /dev/null
@@ -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.