aboutsummaryrefslogtreecommitdiff
path: root/doc/lm4f/Doxyfile
diff options
context:
space:
mode:
authorAlexandru Gagniuc2013-01-01 17:40:07 -0600
committerAlexandru Gagniuc2013-01-01 17:52:43 -0600
commit400891f5b01bb431e57ab25b6a0e4c7e4260bc89 (patch)
tree2286d47afd6381b21db522908e82aa4ec363add8 /doc/lm4f/Doxyfile
parent2477681c7dc11c17a016670461668dd1dab3ca29 (diff)
doc: Include LM4F files when creating documentation
There was no reference to LM4F in in the doc/ subdirectory. Add the needed infrastructure to generate focumentation for LM4F. Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Diffstat (limited to 'doc/lm4f/Doxyfile')
-rw-r--r--doc/lm4f/Doxyfile27
1 files changed, 27 insertions, 0 deletions
diff --git a/doc/lm4f/Doxyfile b/doc/lm4f/Doxyfile
new file mode 100644
index 0000000..183338c
--- /dev/null
+++ b/doc/lm4f/Doxyfile
@@ -0,0 +1,27 @@
+# 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_lm4f.log
+
+INPUT = ../../include/libopencm3/license.dox \
+ ../../include/libopencm3/lm4f \
+ ../../lib/lm4f
+
+LAYOUT_FILE = DoxygenLayout_lm4f.xml
+
+TAGFILES = ../cm3/cm3.tag=../../cm3/html
+
+GENERATE_TAGFILE = lm4f.tag
+