diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2010-01-25 12:46:57 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2010-01-25 12:46:57 +0000 |
commit | db420853ce1a7c4545c443b9b7e9925fac3fbbb5 (patch) | |
tree | 484b95af1a60a1762b28d06c6b30687cf2de7329 /Demos/Device/LowLevel/GenericHID/Doxygen.conf | |
parent | 15c408ab8635fe45226abc2c55c9bebfe1ccb6c8 (diff) | |
download | lufa-db420853ce1a7c4545c443b9b7e9925fac3fbbb5.tar.gz lufa-db420853ce1a7c4545c443b9b7e9925fac3fbbb5.tar.bz2 lufa-db420853ce1a7c4545c443b9b7e9925fac3fbbb5.zip |
Add Webserver project Doxygen configuration file and overview document.
Fix Doxygen configuration files' input file exclusion filters.
Diffstat (limited to 'Demos/Device/LowLevel/GenericHID/Doxygen.conf')
-rw-r--r-- | Demos/Device/LowLevel/GenericHID/Doxygen.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Demos/Device/LowLevel/GenericHID/Doxygen.conf b/Demos/Device/LowLevel/GenericHID/Doxygen.conf index 63da52799..da9c18c0b 100644 --- a/Demos/Device/LowLevel/GenericHID/Doxygen.conf +++ b/Demos/Device/LowLevel/GenericHID/Doxygen.conf @@ -629,7 +629,7 @@ EXCLUDE_SYMLINKS = NO # against the file with absolute path, so to exclude all test directories
# for example use the pattern */test/*
-EXCLUDE_PATTERNS = */LowLevel/USBMode.h
+EXCLUDE_PATTERNS =
# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
# (namespaces, classes, functions, etc.) that should be excluded from the
|