summaryrefslogtreecommitdiffstats
path: root/libopencm3/doc/cm3/Doxyfile
diff options
context:
space:
mode:
Diffstat (limited to 'libopencm3/doc/cm3/Doxyfile')
-rw-r--r--libopencm3/doc/cm3/Doxyfile24
1 files changed, 24 insertions, 0 deletions
diff --git a/libopencm3/doc/cm3/Doxyfile b/libopencm3/doc/cm3/Doxyfile
new file mode 100644
index 0000000..7cf6496
--- /dev/null
+++ b/libopencm3/doc/cm3/Doxyfile
@@ -0,0 +1,24 @@
+# HTML Documentation for CM3 Core features.
+
+# 14 September 2012
+# (C) Ken Sarkies <ksarkies@internode.on.net>
+
+#---------------------------------------------------------------------------
+# Common Include File
+#---------------------------------------------------------------------------
+
+@INCLUDE = ../Doxyfile_common
+
+#---------------------------------------------------------------------------
+# Local settings
+#---------------------------------------------------------------------------
+
+WARN_LOGFILE = doxygen_cm3.log
+
+INPUT = ../../include/libopencm3/license.dox \
+ ../../include/libopencm3/cm3/
+
+LAYOUT_FILE = DoxygenLayout_cm3.xml
+
+GENERATE_TAGFILE = cm3.tag
+