From 35c0863a75c41f900514bb4dfbc654544723577a Mon Sep 17 00:00:00 2001 From: Ken Sarkies Date: Mon, 12 Nov 2012 21:44:52 +1030 Subject: Documentation updates --- doc/stm32l1/Doxyfile_latex | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 doc/stm32l1/Doxyfile_latex (limited to 'doc/stm32l1/Doxyfile_latex') diff --git a/doc/stm32l1/Doxyfile_latex b/doc/stm32l1/Doxyfile_latex new file mode 100644 index 0000000..80b5600 --- /dev/null +++ b/doc/stm32l1/Doxyfile_latex @@ -0,0 +1,36 @@ +# LaTeX Documentation for STM32L1 code level + +# 14 September 2012 +# (C) Ken Sarkies + +#--------------------------------------------------------------------------- +# Common Include File +#--------------------------------------------------------------------------- + +@INCLUDE = ../Doxyfile_common + +#--------------------------------------------------------------------------- +# Local settings +#--------------------------------------------------------------------------- + +WARN_LOGFILE = doxygen_stm32l1_latex.log + +INPUT = ../../include/libopencm3/docmain.dox \ + ../../include/libopencm3/license.dox \ + ../../include/libopencm3/stm32/l1 \ + ../../include/libopencm3/stm32/common \ + ../../lib/stm32/l1 \ + ../../lib/stm32/common + +EXCLUDE = ../../include/libopencm3/stm32/l1/doc-stm32l1.h + +EXCLUDE_PATTERNS = *_common_f24.h + +LAYOUT_FILE = DoxygenLayout_stm32l1.xml + +GENERATE_HTML = NO + +GENERATE_LATEX = YES + +LATEX_HEADER = header_stm32l1.tex + -- cgit v1.2.3