From 3c7ff36cfdb6853197451a1b2b86c07a70fe9708 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Tue, 27 Apr 2010 10:07:18 +0000 Subject: [PATCH] Fix TeensyHID bootloader Doxygen configuration file's CREATE_SUBDIRS options set to true instead of false (thanks to Andrei Krainev). --- Bootloaders/TeensyHID/Doxygen.conf | 2 +- LUFA.pnproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Bootloaders/TeensyHID/Doxygen.conf b/Bootloaders/TeensyHID/Doxygen.conf index 91ad8401cf..1502ec6191 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 85d59123ca..d2aab32820 100644 --- a/LUFA.pnproj +++ b/LUFA.pnproj @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file