projects
/
pub
/
USBasp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
8edd561
)
Exclude all host application directories from the Doxygen configuration files.
author
Dean Camera
<dean@fourwalledcubicle.com>
Wed, 20 Nov 2013 19:25:15 +0000
(20:25 +0100)
committer
Dean Camera
<dean@fourwalledcubicle.com>
Wed, 20 Nov 2013 19:25:15 +0000
(20:25 +0100)
Bootloaders/HID/Doxygen.conf
patch
|
blob
|
blame
|
history
Demos/Device/ClassDriver/GenericHID/Doxygen.conf
patch
|
blob
|
blame
|
history
Demos/Device/LowLevel/BulkVendor/Doxygen.conf
patch
|
blob
|
blame
|
history
Demos/Device/LowLevel/GenericHID/Doxygen.conf
patch
|
blob
|
blame
|
history
Projects/LEDNotifier/Doxygen.conf
patch
|
blob
|
blame
|
history
Projects/TempDataLogger/Doxygen.conf
patch
|
blob
|
blame
|
history
diff --git
a/Bootloaders/HID/Doxygen.conf
b/Bootloaders/HID/Doxygen.conf
index
251d579
..
85094f2
100644
(file)
--- a/
Bootloaders/HID/Doxygen.conf
+++ b/
Bootloaders/HID/Doxygen.conf
@@
-781,7
+781,8
@@
RECURSIVE = YES
# run.
EXCLUDE = Documentation/ \
# 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
# 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
diff --git
a/Demos/Device/ClassDriver/GenericHID/Doxygen.conf
b/Demos/Device/ClassDriver/GenericHID/Doxygen.conf
index
201d0d3
..
f094a78
100644
(file)
--- a/
Demos/Device/ClassDriver/GenericHID/Doxygen.conf
+++ b/
Demos/Device/ClassDriver/GenericHID/Doxygen.conf
@@
-780,7
+780,8
@@
RECURSIVE = YES
# Note that relative paths are relative to the directory from which doxygen is
# run.
# 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
# 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
diff --git
a/Demos/Device/LowLevel/BulkVendor/Doxygen.conf
b/Demos/Device/LowLevel/BulkVendor/Doxygen.conf
index
49e22f3
..
ab4cb12
100644
(file)
--- a/
Demos/Device/LowLevel/BulkVendor/Doxygen.conf
+++ b/
Demos/Device/LowLevel/BulkVendor/Doxygen.conf
@@
-780,7
+780,9
@@
RECURSIVE = YES
# Note that relative paths are relative to the directory from which doxygen is
# run.
# 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
# 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
diff --git
a/Demos/Device/LowLevel/GenericHID/Doxygen.conf
b/Demos/Device/LowLevel/GenericHID/Doxygen.conf
index
201d0d3
..
f094a78
100644
(file)
--- a/
Demos/Device/LowLevel/GenericHID/Doxygen.conf
+++ b/
Demos/Device/LowLevel/GenericHID/Doxygen.conf
@@
-780,7
+780,8
@@
RECURSIVE = YES
# Note that relative paths are relative to the directory from which doxygen is
# run.
# 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
# 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
diff --git
a/Projects/LEDNotifier/Doxygen.conf
b/Projects/LEDNotifier/Doxygen.conf
index
896befd
..
2e5e39b
100644
(file)
--- a/
Projects/LEDNotifier/Doxygen.conf
+++ b/
Projects/LEDNotifier/Doxygen.conf
@@
-782,7
+782,6
@@
RECURSIVE = YES
EXCLUDE = Documentation/ \
CPUUsageApp/ \
EXCLUDE = Documentation/ \
CPUUsageApp/ \
- HotmailNotifierApp/ \
LEDMixerApp/
# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
LEDMixerApp/
# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
diff --git
a/Projects/TempDataLogger/Doxygen.conf
b/Projects/TempDataLogger/Doxygen.conf
index
7c6093d
..
17651b7
100644
(file)
--- a/
Projects/TempDataLogger/Doxygen.conf
+++ b/
Projects/TempDataLogger/Doxygen.conf
@@
-781,7
+781,8
@@
RECURSIVE = YES
# run.
EXCLUDE = Documentation/ \
# 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
# 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