From: Dean Camera Date: Tue, 27 Apr 2010 10:07:18 +0000 (+0000) Subject: Fix TeensyHID bootloader Doxygen configuration file's CREATE_SUBDIRS options set... X-Git-Tag: LUFA-110528-BETA~509 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/3c7ff36cfdb6853197451a1b2b86c07a70fe9708?ds=inline Fix TeensyHID bootloader Doxygen configuration file's CREATE_SUBDIRS options set to true instead of false (thanks to Andrei Krainev). --- diff --git a/Bootloaders/TeensyHID/Doxygen.conf b/Bootloaders/TeensyHID/Doxygen.conf index 91ad8401c..1502ec619 100644 --- a/Bootloaders/TeensyHID/Doxygen.conf +++ b/Bootloaders/TeensyHID/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/LUFA.pnproj b/LUFA.pnproj index 85d59123c..d2aab3282 100644 --- a/LUFA.pnproj +++ b/LUFA.pnproj @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file