Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Doxyfile « stm32f3 « doc - github.com/thirdpin/libopencm3.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8c788ef6d3a3186fbfd4c93e736a421b71fe223d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# HTML Documentation for STM32F3 code level

#---------------------------------------------------------------------------
# Common Include File
#---------------------------------------------------------------------------

@INCLUDE = ../Doxyfile_common

#---------------------------------------------------------------------------
# Local settings
#---------------------------------------------------------------------------

WARN_LOGFILE           = doxygen_stm32f3.log

INPUT                  = ../../include/libopencm3/license.dox
@INCLUDE = doxy.sourcelist

LAYOUT_FILE		= DoxygenLayout_stm32f3.xml

GENERATE_TAGFILE	= stm32f3.tag

ENABLE_PREPROCESSING	= YES