33 lines
965 B
Text
33 lines
965 B
Text
|
# 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/unicore-mx/docmain.dox \
|
||
|
../../include/unicore-mx/license.dox \
|
||
|
../../include/unicore-mx/lpc43xx/ \
|
||
|
../../lib/lpc43xx
|
||
|
|
||
|
EXCLUDE = ../../include/unicore-mx/lpc43xx/doc-lpc43xx.h
|
||
|
|
||
|
LAYOUT_FILE = DoxygenLayout_lpc43xx.xml
|
||
|
|
||
|
GENERATE_HTML = NO
|
||
|
|
||
|
GENERATE_LATEX = YES
|
||
|
|
||
|
LATEX_HEADER = header_lpc43xx.tex
|
||
|
|