From 5f009a6bd8e2c646170334210459c39a6fb7cc9e Mon Sep 17 00:00:00 2001 From: Marti Bolivar Date: Wed, 3 Aug 2011 20:14:09 -0400 Subject: Fix Doxyfile. --- support/doxygen/Doxyfile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'support/doxygen') diff --git a/support/doxygen/Doxyfile b/support/doxygen/Doxyfile index a441c4f..c49fdc0 100644 --- a/support/doxygen/Doxyfile +++ b/support/doxygen/Doxyfile @@ -590,9 +590,9 @@ WARN_LOGFILE = # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = ../libmaple/ \ - ../wirish/ \ - ../libraries/ +INPUT = ./libmaple/ \ + ./wirish/ \ + ./libraries/ # This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is @@ -1374,8 +1374,8 @@ INCLUDE_FILE_PATTERNS = PREDEFINED = __attribute__()= \ __cplusplus \ - STM32_MEDIUM_DENSITY - STM32_HIGH_DENSITY + STM32_MEDIUM_DENSITY \ + STM32_HIGH_DENSITY \ STM32_XL_DENSITY # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then -- cgit v1.2.3