diff options
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 |