40 lines
1.1 KiB
Text
40 lines
1.1 KiB
Text
|
# LaTeX Documentation for SAM3U 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_sam3u_latex.log
|
||
|
|
||
|
INPUT = ../../include/unicore-mx/docmain.dox \
|
||
|
../../include/unicore-mx/license.dox \
|
||
|
../../include/unicore-mx/sam/3u \
|
||
|
../../include/unicore-mx/sam/common
|
||
|
|
||
|
INPUT += ../../lib/sam/3u \
|
||
|
../../lib/sam/common
|
||
|
|
||
|
EXCLUDE =
|
||
|
|
||
|
EXCLUDE_PATTERNS = *_common_3n3s.h
|
||
|
|
||
|
LAYOUT_FILE = DoxygenLayout_sam3u.xml
|
||
|
|
||
|
GENERATE_HTML = NO
|
||
|
|
||
|
GENERATE_LATEX = YES
|
||
|
|
||
|
LATEX_HEADER = header_sam3u.tex
|
||
|
|