Commit 763ccd09 authored by Taylor Yu's avatar Taylor Yu Committed by Nick Mathewson
Browse files

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.
parent 9daf06d1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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

changes/bug28435

0 → 100644
+3 −0
Original line number Diff line number Diff line
  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.