aboutsummaryrefslogtreecommitdiffstats
path: root/support/doxygen
diff options
context:
space:
mode:
authorMarti Bolivar <mbolivar@leaflabs.com>2011-08-03 20:14:09 -0400
committerMarti Bolivar <mbolivar@leaflabs.com>2011-08-03 20:14:09 -0400
commit5f009a6bd8e2c646170334210459c39a6fb7cc9e (patch)
treeb279b36dc66b5bbe9efcf26c0471dc8aa9703e83 /support/doxygen
parent5f50a9f2403d9e09d284494dfbe874e145f6155f (diff)
downloadlibrambutan-5f009a6bd8e2c646170334210459c39a6fb7cc9e.tar.gz
librambutan-5f009a6bd8e2c646170334210459c39a6fb7cc9e.zip
Fix Doxyfile.
Diffstat (limited to 'support/doxygen')
-rw-r--r--support/doxygen/Doxyfile10
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