diff options
author | Marti Bolivar <mbolivar@leaflabs.com> | 2011-08-03 20:14:09 -0400 |
---|---|---|
committer | Marti Bolivar <mbolivar@leaflabs.com> | 2011-08-03 20:14:09 -0400 |
commit | 5f009a6bd8e2c646170334210459c39a6fb7cc9e (patch) | |
tree | b279b36dc66b5bbe9efcf26c0471dc8aa9703e83 /support | |
parent | 5f50a9f2403d9e09d284494dfbe874e145f6155f (diff) | |
download | librambutan-5f009a6bd8e2c646170334210459c39a6fb7cc9e.tar.gz librambutan-5f009a6bd8e2c646170334210459c39a6fb7cc9e.zip |
Fix Doxyfile.
Diffstat (limited to 'support')
-rw-r--r-- | support/doxygen/Doxyfile | 10 |
1 files changed, 5 insertions, 5 deletions
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 |