Exclude all host application directories from the Doxygen configuration files.

This commit is contained in:
Dean Camera 2013-11-20 20:25:15 +01:00
parent 8edd561948
commit 52a5016576
6 changed files with 11 additions and 6 deletions

View file

@ -780,7 +780,8 @@ RECURSIVE = YES
# Note that relative paths are relative to the directory from which doxygen is
# run.
EXCLUDE = Documentation/
EXCLUDE = Documentation/ \
HostTestApp/
# 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