aboutsummaryrefslogtreecommitdiff
path: root/doc/stm32l1/Doxyfile
blob: deca18b4623c4d3b84ddcf39a8d32c8916712914 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# HTML Documentation for STM32F1 code level

# 14 September 2012
# (C) Ken Sarkies <ksarkies@internode.on.net>

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

@INCLUDE                = ../Doxyfile_common

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

WARN_LOGFILE           = doxygen_stm32l1.log

INPUT                  = ../../include/libopencm3/license.dox \
                         ../../include/libopencm3/stm32/l1 \
			 ../../include/libopencm3/stm32/common \
                         ../../lib/stm32/l1 \
			 ../../lib/stm32/common

EXCLUDE                = 

EXCLUDE_PATTERNS       = *_common_f24.h

LAYOUT_FILE 	       = DoxygenLayout_stm32l1.xml

TAGFILES               = ../cm3/cm3.tag=../../cm3/html \

GENERATE_TAGFILE       = stm32l1.tag