|
|
|
@ -863,13 +863,8 @@ WARN_LOGFILE =
|
|
|
|
|
# directories like /usr/src/myproject. Separate the files or directories with
|
|
|
|
|
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
|
|
|
|
|
# Note: If this tag is empty the current directory is searched.
|
|
|
|
|
|
|
|
|
|
# KeY
|
|
|
|
|
INPUT = @CMAKE_CURRENT_SOURCE_DIR@/ \
|
|
|
|
|
@CMAKE_CURRENT_SOURCE_DIR@/bsl/csl/interfaces/ \
|
|
|
|
|
@CMAKE_CURRENT_SOURCE_DIR@/bsl/csl/stm32f042/Drivers/CMSIS/Device/ST/STM32F0xx/Include/ \
|
|
|
|
|
@CMAKE_CURRENT_SOURCE_DIR@/bsl/csl/stm32f042/Src/ \
|
|
|
|
|
@CMAKE_CURRENT_SOURCE_DIR@/bsl/csl/stm32f042/Device/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# This tag can be used to specify the character encoding of the source files
|
|
|
|
|
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
|
|
|
|
@ -948,7 +943,7 @@ FILE_PATTERNS = *.c \
|
|
|
|
|
# be searched for input files as well.
|
|
|
|
|
# The default value is: NO.
|
|
|
|
|
|
|
|
|
|
RECURSIVE = NO
|
|
|
|
|
RECURSIVE = YES
|
|
|
|
|
|
|
|
|
|
# The EXCLUDE tag can be used to specify files and/or directories that should be
|
|
|
|
|
# excluded from the INPUT source files. This way you can easily exclude a
|
|
|
|
|