aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-07-20 14:07:02 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-07-20 14:07:02 +0000
commit4f747e7b7607b2dbd8521230ddf3bdbe3dcb29a8 (patch)
tree463c68246547a40ca3582311ed09e0853f87d84d /Demos/Host
parent73a21890f6b37becc1e42566a3a716ae5eb96a0e (diff)
downloadlufa-4f747e7b7607b2dbd8521230ddf3bdbe3dcb29a8.tar.gz
lufa-4f747e7b7607b2dbd8521230ddf3bdbe3dcb29a8.tar.bz2
lufa-4f747e7b7607b2dbd8521230ddf3bdbe3dcb29a8.zip
Change Doxygen configuration files to not produce 4096 directories for the documentation files -- the LUFA components do not generate enough documentation files to justify the large performance hit of creating so many directories.
Fix missing Doxygen documentation in the Class Driver Mass Storage Device demo.
Diffstat (limited to 'Demos/Host')
-rw-r--r--Demos/Host/ClassDriver/CDCHost/Doxygen.conf2
-rw-r--r--Demos/Host/LowLevel/CDCHost/Doxygen.conf2
-rw-r--r--Demos/Host/LowLevel/GenericHIDHost/Doxygen.conf2
-rw-r--r--Demos/Host/LowLevel/KeyboardHost/Doxygen.conf2
-rw-r--r--Demos/Host/LowLevel/KeyboardHostWithParser/Doxygen.conf2
-rw-r--r--Demos/Host/LowLevel/MassStorageHost/Doxygen.conf2
-rw-r--r--Demos/Host/LowLevel/MouseHost/Doxygen.conf2
-rw-r--r--Demos/Host/LowLevel/MouseHostWithParser/Doxygen.conf2
-rw-r--r--Demos/Host/LowLevel/PrinterHost/Doxygen.conf2
-rw-r--r--Demos/Host/LowLevel/StillImageHost/Doxygen.conf2
10 files changed, 10 insertions, 10 deletions
diff --git a/Demos/Host/ClassDriver/CDCHost/Doxygen.conf b/Demos/Host/ClassDriver/CDCHost/Doxygen.conf
index 45ceeeb49..3f2e0b920 100644
--- a/Demos/Host/ClassDriver/CDCHost/Doxygen.conf
+++ b/Demos/Host/ClassDriver/CDCHost/Doxygen.conf
@@ -47,7 +47,7 @@ OUTPUT_DIRECTORY = ./Documentation/
# source files, where putting all generated files in the same directory would
# otherwise cause performance problems for the file system.
-CREATE_SUBDIRS = YES
+CREATE_SUBDIRS = NO
# The OUTPUT_LANGUAGE tag is used to specify the language in which all
# documentation generated by doxygen is written. Doxygen will use this
diff --git a/Demos/Host/LowLevel/CDCHost/Doxygen.conf b/Demos/Host/LowLevel/CDCHost/Doxygen.conf
index 45ceeeb49..3f2e0b920 100644
--- a/Demos/Host/LowLevel/CDCHost/Doxygen.conf
+++ b/Demos/Host/LowLevel/CDCHost/Doxygen.conf
@@ -47,7 +47,7 @@ OUTPUT_DIRECTORY = ./Documentation/
# source files, where putting all generated files in the same directory would
# otherwise cause performance problems for the file system.
-CREATE_SUBDIRS = YES
+CREATE_SUBDIRS = NO
# The OUTPUT_LANGUAGE tag is used to specify the language in which all
# documentation generated by doxygen is written. Doxygen will use this
diff --git a/Demos/Host/LowLevel/GenericHIDHost/Doxygen.conf b/Demos/Host/LowLevel/GenericHIDHost/Doxygen.conf
index c40d4d99b..f9cbfada6 100644
--- a/Demos/Host/LowLevel/GenericHIDHost/Doxygen.conf
+++ b/Demos/Host/LowLevel/GenericHIDHost/Doxygen.conf
@@ -47,7 +47,7 @@ OUTPUT_DIRECTORY = ./Documentation/
# source files, where putting all generated files in the same directory would
# otherwise cause performance problems for the file system.
-CREATE_SUBDIRS = YES
+CREATE_SUBDIRS = NO
# The OUTPUT_LANGUAGE tag is used to specify the language in which all
# documentation generated by doxygen is written. Doxygen will use this
diff --git a/Demos/Host/LowLevel/KeyboardHost/Doxygen.conf b/Demos/Host/LowLevel/KeyboardHost/Doxygen.conf
index 95ffa1b05..c2cc231b8 100644
--- a/Demos/Host/LowLevel/KeyboardHost/Doxygen.conf
+++ b/Demos/Host/LowLevel/KeyboardHost/Doxygen.conf
@@ -47,7 +47,7 @@ OUTPUT_DIRECTORY = ./Documentation/
# source files, where putting all generated files in the same directory would
# otherwise cause performance problems for the file system.
-CREATE_SUBDIRS = YES
+CREATE_SUBDIRS = NO
# The OUTPUT_LANGUAGE tag is used to specify the language in which all
# documentation generated by doxygen is written. Doxygen will use this
diff --git a/Demos/Host/LowLevel/KeyboardHostWithParser/Doxygen.conf b/Demos/Host/LowLevel/KeyboardHostWithParser/Doxygen.conf
index 8f8744d95..ed95d9fc1 100644
--- a/Demos/Host/LowLevel/KeyboardHostWithParser/Doxygen.conf
+++ b/Demos/Host/LowLevel/KeyboardHostWithParser/Doxygen.conf
@@ -47,7 +47,7 @@ OUTPUT_DIRECTORY = ./Documentation/
# source files, where putting all generated files in the same directory would
# otherwise cause performance problems for the file system.
-CREATE_SUBDIRS = YES
+CREATE_SUBDIRS = NO
# The OUTPUT_LANGUAGE tag is used to specify the language in which all
# documentation generated by doxygen is written. Doxygen will use this
diff --git a/Demos/Host/LowLevel/MassStorageHost/Doxygen.conf b/Demos/Host/LowLevel/MassStorageHost/Doxygen.conf
index 5e80f5a1b..cdb806fb4 100644
--- a/Demos/Host/LowLevel/MassStorageHost/Doxygen.conf
+++ b/Demos/Host/LowLevel/MassStorageHost/Doxygen.conf
@@ -47,7 +47,7 @@ OUTPUT_DIRECTORY = ./Documentation/
# source files, where putting all generated files in the same directory would
# otherwise cause performance problems for the file system.
-CREATE_SUBDIRS = YES
+CREATE_SUBDIRS = NO
# The OUTPUT_LANGUAGE tag is used to specify the language in which all
# documentation generated by doxygen is written. Doxygen will use this
diff --git a/Demos/Host/LowLevel/MouseHost/Doxygen.conf b/Demos/Host/LowLevel/MouseHost/Doxygen.conf
index f57071bc2..a797ddc2f 100644
--- a/Demos/Host/LowLevel/MouseHost/Doxygen.conf
+++ b/Demos/Host/LowLevel/MouseHost/Doxygen.conf
@@ -47,7 +47,7 @@ OUTPUT_DIRECTORY = ./Documentation/
# source files, where putting all generated files in the same directory would
# otherwise cause performance problems for the file system.
-CREATE_SUBDIRS = YES
+CREATE_SUBDIRS = NO
# The OUTPUT_LANGUAGE tag is used to specify the language in which all
# documentation generated by doxygen is written. Doxygen will use this
diff --git a/Demos/Host/LowLevel/MouseHostWithParser/Doxygen.conf b/Demos/Host/LowLevel/MouseHostWithParser/Doxygen.conf
index c92fb0d11..62dc94ca0 100644
--- a/Demos/Host/LowLevel/MouseHostWithParser/Doxygen.conf
+++ b/Demos/Host/LowLevel/MouseHostWithParser/Doxygen.conf
@@ -47,7 +47,7 @@ OUTPUT_DIRECTORY = ./Documentation/
# source files, where putting all generated files in the same directory would
# otherwise cause performance problems for the file system.
-CREATE_SUBDIRS = YES
+CREATE_SUBDIRS = NO
# The OUTPUT_LANGUAGE tag is used to specify the language in which all
# documentation generated by doxygen is written. Doxygen will use this
diff --git a/Demos/Host/LowLevel/PrinterHost/Doxygen.conf b/Demos/Host/LowLevel/PrinterHost/Doxygen.conf
index e2ee0d59a..ac6ed02ec 100644
--- a/Demos/Host/LowLevel/PrinterHost/Doxygen.conf
+++ b/Demos/Host/LowLevel/PrinterHost/Doxygen.conf
@@ -47,7 +47,7 @@ OUTPUT_DIRECTORY = ./Documentation/
# source files, where putting all generated files in the same directory would
# otherwise cause performance problems for the file system.
-CREATE_SUBDIRS = YES
+CREATE_SUBDIRS = NO
# The OUTPUT_LANGUAGE tag is used to specify the language in which all
# documentation generated by doxygen is written. Doxygen will use this
diff --git a/Demos/Host/LowLevel/StillImageHost/Doxygen.conf b/Demos/Host/LowLevel/StillImageHost/Doxygen.conf
index 684f56287..f92adaadb 100644
--- a/Demos/Host/LowLevel/StillImageHost/Doxygen.conf
+++ b/Demos/Host/LowLevel/StillImageHost/Doxygen.conf
@@ -47,7 +47,7 @@ OUTPUT_DIRECTORY = ./Documentation/
# source files, where putting all generated files in the same directory would
# otherwise cause performance problems for the file system.
-CREATE_SUBDIRS = YES
+CREATE_SUBDIRS = NO
# The OUTPUT_LANGUAGE tag is used to specify the language in which all
# documentation generated by doxygen is written. Doxygen will use this