From 1dc7d758f96dd2b9bd7b03f01ca032d68b696cf0 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 2 Nov 2014 10:14:39 +0000 Subject: fish --- libopencm3/doc/sam3a/Doxyfile_latex | 39 +++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 libopencm3/doc/sam3a/Doxyfile_latex (limited to 'libopencm3/doc/sam3a/Doxyfile_latex') diff --git a/libopencm3/doc/sam3a/Doxyfile_latex b/libopencm3/doc/sam3a/Doxyfile_latex new file mode 100644 index 0000000..c20eb73 --- /dev/null +++ b/libopencm3/doc/sam3a/Doxyfile_latex @@ -0,0 +1,39 @@ +# LaTeX Documentation for SAM3A code level + +# 14 September 2012 +# (C) Ken Sarkies +# 09 February 2014 +# (C) Felix Held + +#--------------------------------------------------------------------------- +# Common Include File +#--------------------------------------------------------------------------- + +@INCLUDE = ../Doxyfile_common + +#--------------------------------------------------------------------------- +# Local settings +#--------------------------------------------------------------------------- + +WARN_LOGFILE = doxygen_sam3a_latex.log + +INPUT = ../../include/libopencm3/docmain.dox \ + ../../include/libopencm3/license.dox \ + ../../include/libopencm3/sam/3a \ + ../../include/libopencm3/sam/common + +INPUT += ../../lib/sam/3a \ + ../../lib/sam/common + +EXCLUDE = + +EXCLUDE_PATTERNS = *_common_3n3s.h + +LAYOUT_FILE = DoxygenLayout_sam3a.xml + +GENERATE_HTML = NO + +GENERATE_LATEX = YES + +LATEX_HEADER = header_sam3a.tex + -- cgit v1.2.3