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.
33 lines
1004 B
33 lines
1004 B
# LaTeX Documentation for LPC43xx code level
|
|
|
|
# 14 September 2012
|
|
# (C) Ken Sarkies <ksarkies@internode.on.net>
|
|
|
|
#---------------------------------------------------------------------------
|
|
# Common Include File
|
|
#---------------------------------------------------------------------------
|
|
|
|
@INCLUDE = ../Doxyfile_common
|
|
|
|
#---------------------------------------------------------------------------
|
|
# Local settings
|
|
#---------------------------------------------------------------------------
|
|
|
|
WARN_LOGFILE = doxygen_lpc43xx_latex.log
|
|
|
|
INPUT = ../../include/libopencm3/docmain.dox \
|
|
../../include/libopencm3/license.dox \
|
|
../../include/libopencm3/cm3/ \
|
|
../../include/libopencm3/lpc43xx/ \
|
|
../../lib/lpc43xx
|
|
|
|
EXCLUDE = ../../include/libopencm3/lpc43xx/doc-lpc43xx.h
|
|
|
|
LAYOUT_FILE = DoxygenLayout_lpc43xx.xml
|
|
|
|
GENERATE_HTML = NO
|
|
|
|
GENERATE_LATEX = YES
|
|
|
|
LATEX_HEADER = header_lpc43xx.tex
|
|
|
|
|