diff options
author | Taylor Yu <catalyst@torproject.org> | 2018-11-13 16:50:00 -0600 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-11-14 07:45:55 -0500 |
commit | 763ccd092899c50392681f0f682635efe2b22c4f (patch) | |
tree | d48094200a48b73642706fc4be00be124e403452 /Doxyfile.in | |
parent | 9daf06d171035582c0fca3516f265a59fffc7bbf (diff) | |
download | tor-763ccd092899c50392681f0f682635efe2b22c4f.tar.gz tor-763ccd092899c50392681f0f682635efe2b22c4f.zip |
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.
Diffstat (limited to 'Doxyfile.in')
-rw-r--r-- | Doxyfile.in | 2 |
1 files changed, 1 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 |