Exclude all host application directories from the Doxygen configuration files.
This commit is contained in:
parent
8edd561948
commit
52a5016576
6 changed files with 11 additions and 6 deletions
|
@ -781,7 +781,8 @@ RECURSIVE = YES
|
|||
# run.
|
||||
|
||||
EXCLUDE = Documentation/ \
|
||||
TempLogHostApp/
|
||||
TempLogHostApp/ \
|
||||
TempLogHostApp_Python/
|
||||
|
||||
# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
|
||||
# directories that are symbolic links (a Unix file system feature) are excluded
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue