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

Doxyfile_latex « usb « doc - github.com/thirdpin/libopencm3.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 00392aaac47c1a56d11a7a4acf405db071b46341 (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
34
35
36
37
38
39
40
# LaTeX Documentation for USB code level

# 10 March 2013
# (C) Ken Sarkies <ksarkies@internode.on.net>

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

@INCLUDE 			   = ../Doxyfile_common

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

WARN_LOGFILE           = doxygen_usb_latex.log

WARN_LOGFILE           = doxygen_usb.log

INPUT                  = ../../include/libopencm3/license.dox \
					     ../../include/libopencm3/usb

INPUT                 += ../../lib/usb

EXCLUDE_PATTERNS       =

LAYOUT_FILE 		   = DoxygenLayout_usb.xml

TAGFILES               = 

GENERATE_TAGFILE       = usb.tag

ENABLE_PREPROCESSING    = NO

GENERATE_HTML		   = NO

GENERATE_LATEX		   = YES

LATEX_HEADER           = header_usb.tex