diff options
author | Max Kellermann <max@duempel.org> | 2015-03-17 10:47:53 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2015-03-17 10:47:53 +0100 |
commit | 44f3df697f120b2999d8c01c34a5970ddc22fe81 (patch) | |
tree | c3fa0ff359a1d652392cdd02117f706237b668ab /doc/doxygen.conf.in | |
parent | 28c75b228326958d3009b6c0052c6d9dac3a36fb (diff) |
doc/doxygen.conf: scan headers recursively
Diffstat (limited to 'doc/doxygen.conf.in')
-rw-r--r-- | doc/doxygen.conf.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/doxygen.conf.in b/doc/doxygen.conf.in index 13c4ab23e..304ad0f4c 100644 --- a/doc/doxygen.conf.in +++ b/doc/doxygen.conf.in @@ -544,7 +544,7 @@ FILE_PATTERNS = *.h *.hxx # 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 |