Merge branch 'maint-0.3.5'

This commit is contained in:
Nick Mathewson 2018-11-14 07:45:58 -05:00
commit c7f09554eb
2 changed files with 4 additions and 1 deletions

View 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

3
changes/bug28435 Normal file
View File

@ -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.