mirror of
https://github.com/zsa/qmk_firmware.git
synced 2026-04-30 12:07:54 +00:00
Exclude all host application directories from the Doxygen configuration files.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user