gadget-kspconsole/unicore-mx/doc/stm32l4/Doxyfile
Daniele Lacamera b8a7ffcd31 Initial import
2023-11-27 15:16:45 +01:00

46 lines
1.4 KiB
Text

# HTML Documentation for STM32L4 code level
# 15 December 2012
# (C) Ken Sarkies <ksarkies@internode.on.net>
#---------------------------------------------------------------------------
# Common Include File
#---------------------------------------------------------------------------
@INCLUDE = ../Doxyfile_common
#---------------------------------------------------------------------------
# Local settings
#---------------------------------------------------------------------------
WARN_LOGFILE = doxygen_stm32l4.log
INPUT = ../../include/unicore-mx/license.dox
INPUT +=../../include/unicore-mx/stm32/l4
#INPUT +=../../include/unicore-mx/stm32/common
INPUT +=../../include/unicore-mx/stm32/common/rcc_common_all.h
INPUT +=../../include/unicore-mx/stm32/common/gpio_common_all.h
INPUT +=../../include/unicore-mx/stm32/common/gpio_common_f234.h
INPUT +=../../include/unicore-mx/stm32/common/gpio_common_f24.h
INPUT +=../../lib/stm32/l4
#INPUT +=../../lib/stm32/common
INPUT +=../../lib/stm32/common/rcc_common_all.c
INPUT +=../../lib/stm32/common/gpio_common_all.c
INPUT +=../../lib/stm32/common/gpio_common_f0234.c
# No headers to exclude until we include some!
EXCLUDE =
# No libs to exclude until we include some!
EXCLUDE =
EXCLUDE_PATTERNS =
LAYOUT_FILE = DoxygenLayout_stm32l4.xml
GENERATE_TAGFILE = stm32l4.tag
ENABLE_PREPROCESSING = YES