From 1dc7d758f96dd2b9bd7b03f01ca032d68b696cf0 Mon Sep 17 00:00:00 2001
From: root <root@lab2.panaceas.james.local>
Date: Sun, 2 Nov 2014 10:14:39 +0000
Subject: fish

---
 libopencm3/doc/lm3s/Doxyfile | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)
 create mode 100644 libopencm3/doc/lm3s/Doxyfile

(limited to 'libopencm3/doc/lm3s/Doxyfile')

diff --git a/libopencm3/doc/lm3s/Doxyfile b/libopencm3/doc/lm3s/Doxyfile
new file mode 100644
index 0000000..d7feff2
--- /dev/null
+++ b/libopencm3/doc/lm3s/Doxyfile
@@ -0,0 +1,28 @@
+# HTML Documentation for LM3S code level
+
+# 14 September 2012
+# (C) Ken Sarkies <ksarkies@internode.on.net>
+
+#---------------------------------------------------------------------------
+# Common Include File
+#---------------------------------------------------------------------------
+
+@INCLUDE = ../Doxyfile_common
+
+#---------------------------------------------------------------------------
+# Local settings
+#---------------------------------------------------------------------------
+
+WARN_LOGFILE           = doxygen_lm3s.log
+
+INPUT                  = ../../include/libopencm3/license.dox \
+					     ../../include/libopencm3/lm3s \
+                         ../../lib/lm3s
+
+LAYOUT_FILE 		   = DoxygenLayout_lm3s.xml
+
+GENERATE_TAGFILE       = lm3s.tag
+
+ENABLE_PREPROCESSING    = YES
+
+
-- 
cgit v1.2.3