summaryrefslogtreecommitdiffstats
path: root/libopencm3/doc/sam3x/Doxyfile
diff options
context:
space:
mode:
Diffstat (limited to 'libopencm3/doc/sam3x/Doxyfile')
-rw-r--r--libopencm3/doc/sam3x/Doxyfile37
1 files changed, 37 insertions, 0 deletions
diff --git a/libopencm3/doc/sam3x/Doxyfile b/libopencm3/doc/sam3x/Doxyfile
new file mode 100644
index 0000000..ce5e62a
--- /dev/null
+++ b/libopencm3/doc/sam3x/Doxyfile
@@ -0,0 +1,37 @@
+# HTML Documentation for SAM3X code level
+
+# 14 September 2012
+# (C) Ken Sarkies <ksarkies@internode.on.net>
+# 09 February 2014
+# (C) Felix Held <felix-libopencm3@felixheld.de>
+
+#---------------------------------------------------------------------------
+# Common Include File
+#---------------------------------------------------------------------------
+
+@INCLUDE = ../Doxyfile_common
+
+#---------------------------------------------------------------------------
+# Local settings
+#---------------------------------------------------------------------------
+
+WARN_LOGFILE = doxygen_sam3x.log
+
+INPUT = ../../include/libopencm3/license.dox \
+ ../../include/libopencm3/sam/3x \
+ ../../include/libopencm3/sam/common
+
+INPUT += ../../lib/sam/3x \
+ ../../lib/sam/common
+
+EXCLUDE =
+
+EXCLUDE_PATTERNS = *_common_3n3s.h
+
+LAYOUT_FILE = DoxygenLayout_sam3x.xml
+
+GENERATE_TAGFILE = sam3x.tag
+
+ENABLE_PREPROCESSING = YES
+
+