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.
39 lines
1.1 KiB
39 lines
1.1 KiB
# LaTeX Documentation for SAM3S code level
|
|
|
|
# 14 September 2012
|
|
# (C) Ken Sarkies <ksarkies@internode.on.net>
|
|
# 09 February 2014
|
|
# (C) Felix Held <felix-libopencm3@felixheld.de>
|
|
|
|
#---------------------------------------------------------------------------
|
|
# Common Include File
|
|
#---------------------------------------------------------------------------
|
|
|
|
@INCLUDE = ../Doxyfile_common
|
|
|
|
#---------------------------------------------------------------------------
|
|
# Local settings
|
|
#---------------------------------------------------------------------------
|
|
|
|
WARN_LOGFILE = doxygen_sam3s_latex.log
|
|
|
|
INPUT = ../../include/libopencm3/docmain.dox \
|
|
../../include/libopencm3/license.dox \
|
|
../../include/libopencm3/sam/3s \
|
|
../../include/libopencm3/sam/common
|
|
|
|
INPUT += ../../lib/sam/3s \
|
|
../../lib/sam/common
|
|
|
|
EXCLUDE =
|
|
|
|
EXCLUDE_PATTERNS = *_common_3a3u3x.h
|
|
|
|
LAYOUT_FILE = DoxygenLayout_sam3s.xml
|
|
|
|
GENERATE_HTML = NO
|
|
|
|
GENERATE_LATEX = YES
|
|
|
|
LATEX_HEADER = header_sam3s.tex
|
|
|
|
|