aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Doxygen.conf
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-02-01 12:35:48 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-02-01 12:35:48 +0000
commit4d246a82cbed77cea849ddcbc88d32019665edae (patch)
tree0c26eb86934f7e8fc9a983d8d4c0866828e1efcf /LUFA/Doxygen.conf
parenta4ebf4e92061bf1eec9224e64bc823ca7bedada4 (diff)
downloadlufa-4d246a82cbed77cea849ddcbc88d32019665edae.tar.gz
lufa-4d246a82cbed77cea849ddcbc88d32019665edae.tar.bz2
lufa-4d246a82cbed77cea849ddcbc88d32019665edae.zip
Fixed incorrect values of USB_CONFIG_ATTR_SELFPOWERED and USB_CONFIG_ATTR_REMOTEWAKEUP tokens (thanks to Claus Christensen).
Mark the AVRISP-MKII project descriptors as being both Bus Powered and Device Powered. Copy over file level documentation of the peripheral drivers to the module level documentation.
Diffstat (limited to 'LUFA/Doxygen.conf')
-rw-r--r--LUFA/Doxygen.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/LUFA/Doxygen.conf b/LUFA/Doxygen.conf
index 3497d3400..5a15bd751 100644
--- a/LUFA/Doxygen.conf
+++ b/LUFA/Doxygen.conf
@@ -496,7 +496,7 @@ SHOW_DIRECTORIES = YES
# This will remove the Files entry from the Quick Index and from the
# Folder Tree View (if specified). The default is YES.
-SHOW_FILES = NO
+SHOW_FILES = YES
# Set the SHOW_NAMESPACES tag to NO to disable the generation of the
# Namespaces page.