diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2009-07-20 14:07:02 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2009-07-20 14:07:02 +0000 |
commit | 4f747e7b7607b2dbd8521230ddf3bdbe3dcb29a8 (patch) | |
tree | 463c68246547a40ca3582311ed09e0853f87d84d /Demos/Device/ClassDriver/DualCDC/Doxygen.conf | |
parent | 73a21890f6b37becc1e42566a3a716ae5eb96a0e (diff) | |
download | lufa-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/Device/ClassDriver/DualCDC/Doxygen.conf')
-rw-r--r-- | Demos/Device/ClassDriver/DualCDC/Doxygen.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Demos/Device/ClassDriver/DualCDC/Doxygen.conf b/Demos/Device/ClassDriver/DualCDC/Doxygen.conf index 5bd04f3de..04af23b64 100644 --- a/Demos/Device/ClassDriver/DualCDC/Doxygen.conf +++ b/Demos/Device/ClassDriver/DualCDC/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
|