diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2014-10-12 22:19:16 +1100 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2014-10-12 22:19:16 +1100 |
commit | 2358d7dcac412e8b516f70701915b6379f2905d2 (patch) | |
tree | fd87b7ee781ca797d3ce26085c5e05ad4f7c38da /Bootloaders/DFU/doxyfile | |
parent | 2304a730508331b3d71c5c37602201b5b065b4a4 (diff) | |
download | lufa-2358d7dcac412e8b516f70701915b6379f2905d2.tar.gz lufa-2358d7dcac412e8b516f70701915b6379f2905d2.tar.bz2 lufa-2358d7dcac412e8b516f70701915b6379f2905d2.zip |
Revert "Improve bootloader documentation."
Revert commit 2304a730508331b3d71c5c37602201b5b065b4a4 as it breaks
compilation of the bootloaders.
Diffstat (limited to 'Bootloaders/DFU/doxyfile')
-rw-r--r-- | Bootloaders/DFU/doxyfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bootloaders/DFU/doxyfile b/Bootloaders/DFU/doxyfile index 07e331c30..6cc42af79 100644 --- a/Bootloaders/DFU/doxyfile +++ b/Bootloaders/DFU/doxyfile @@ -834,7 +834,7 @@ EXCLUDE_SYMBOLS = __* \ # that contain example code fragments that are included (see the \include # command). -EXAMPLE_PATH = . +EXAMPLE_PATH = # If the value of the EXAMPLE_PATH tag contains directories, you can use the # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp and |