Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thirdpin/libopencm3.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/usb/Doxyfile_latex')
-rw-r--r--doc/usb/Doxyfile_latex40
1 files changed, 40 insertions, 0 deletions
diff --git a/doc/usb/Doxyfile_latex b/doc/usb/Doxyfile_latex
new file mode 100644
index 00000000..00392aaa
--- /dev/null
+++ b/doc/usb/Doxyfile_latex
@@ -0,0 +1,40 @@
+# LaTeX Documentation for USB code level
+
+# 10 March 2013
+# (C) Ken Sarkies <ksarkies@internode.on.net>
+
+#---------------------------------------------------------------------------
+# Common Include File
+#---------------------------------------------------------------------------
+
+@INCLUDE = ../Doxyfile_common
+
+#---------------------------------------------------------------------------
+# Local settings
+#---------------------------------------------------------------------------
+
+WARN_LOGFILE = doxygen_usb_latex.log
+
+WARN_LOGFILE = doxygen_usb.log
+
+INPUT = ../../include/libopencm3/license.dox \
+ ../../include/libopencm3/usb
+
+INPUT += ../../lib/usb
+
+EXCLUDE_PATTERNS =
+
+LAYOUT_FILE = DoxygenLayout_usb.xml
+
+TAGFILES =
+
+GENERATE_TAGFILE = usb.tag
+
+ENABLE_PREPROCESSING = NO
+
+GENERATE_HTML = NO
+
+GENERATE_LATEX = YES
+
+LATEX_HEADER = header_usb.tex
+