You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
753 B
27 lines
753 B
# 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/libopencm3/license.dox
|
|
@INCLUDE = doxy.sourcelist
|
|
|
|
LAYOUT_FILE = DoxygenLayout_stm32l4.xml
|
|
|
|
GENERATE_TAGFILE = stm32l4.tag
|
|
|
|
ENABLE_PREPROCESSING = YES
|
|
|
|
|
|
|