summaryrefslogtreecommitdiffstats
path: root/libopencm3/doc/efm32tg/Doxyfile
diff options
context:
space:
mode:
Diffstat (limited to 'libopencm3/doc/efm32tg/Doxyfile')
-rw-r--r--libopencm3/doc/efm32tg/Doxyfile30
1 files changed, 30 insertions, 0 deletions
diff --git a/libopencm3/doc/efm32tg/Doxyfile b/libopencm3/doc/efm32tg/Doxyfile
new file mode 100644
index 0000000..1610f21
--- /dev/null
+++ b/libopencm3/doc/efm32tg/Doxyfile
@@ -0,0 +1,30 @@
+# HTML Documentation for efm32 code level
+
+# 11 November 2012
+# (C) Ken Sarkies <ksarkies@internode.on.net>
+
+#---------------------------------------------------------------------------
+# Common Include File
+#---------------------------------------------------------------------------
+
+@INCLUDE = ../Doxyfile_common
+
+#---------------------------------------------------------------------------
+# Local settings
+#---------------------------------------------------------------------------
+
+WARN_LOGFILE = doxygen_efm32tg.log
+
+INPUT = ../../include/libopencm3/license.dox \
+ ../../include/libopencm3/efm32/efm32tg \
+ ../../lib/efm32/efm32tg
+
+EXCLUDE =
+
+LAYOUT_FILE = DoxygenLayout_efm32tg.xml
+
+GENERATE_TAGFILE = efm32tg.tag
+
+ENABLE_PREPROCESSING = YES
+
+