forked from mfulz_github/qmk_firmware
Exclude all host application directories from the Doxygen configuration files.
This commit is contained in:
parent
8edd561948
commit
52a5016576
|
@ -781,7 +781,8 @@ RECURSIVE = YES
|
|||
# run.
|
||||
|
||||
EXCLUDE = Documentation/ \
|
||||
HostLoaderApp/
|
||||
HostLoaderApp/ \
|
||||
HostLoaderApp_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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -780,7 +780,9 @@ RECURSIVE = YES
|
|||
# Note that relative paths are relative to the directory from which doxygen is
|
||||
# run.
|
||||
|
||||
EXCLUDE = Documentation/
|
||||
EXCLUDE = Documentation/ \
|
||||
HostTestApp/ \
|
||||
WindowsDriver/
|
||||
|
||||
# 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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -782,7 +782,6 @@ RECURSIVE = YES
|
|||
|
||||
EXCLUDE = Documentation/ \
|
||||
CPUUsageApp/ \
|
||||
HotmailNotifierApp/ \
|
||||
LEDMixerApp/
|
||||
|
||||
# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
|
||||
|
|
|
@ -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…
Reference in New Issue