summaryrefslogtreecommitdiffstats
path: root/libopencm3/doc/lpc43xx/Doxyfile
diff options
context:
space:
mode:
Diffstat (limited to 'libopencm3/doc/lpc43xx/Doxyfile')
-rw-r--r--libopencm3/doc/lpc43xx/Doxyfile28
1 files changed, 28 insertions, 0 deletions
diff --git a/libopencm3/doc/lpc43xx/Doxyfile b/libopencm3/doc/lpc43xx/Doxyfile
new file mode 100644
index 0000000..fc6a311
--- /dev/null
+++ b/libopencm3/doc/lpc43xx/Doxyfile
@@ -0,0 +1,28 @@
+# HTML 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.log
+
+INPUT = ../../include/libopencm3/license.dox \
+ ../../include/libopencm3/lpc43xx \
+ ../../lib/lpc43xx
+
+LAYOUT_FILE = DoxygenLayout_lpc43xx.xml
+
+GENERATE_TAGFILE = lpc43xx.tag
+
+ENABLE_PREPROCESSING = YES
+
+