aboutsummaryrefslogtreecommitdiff
path: root/doc/efm32tg/Doxyfile
diff options
context:
space:
mode:
authorKen Sarkies2012-11-12 21:44:52 +1030
committerKen Sarkies2012-11-12 21:44:52 +1030
commit35c0863a75c41f900514bb4dfbc654544723577a (patch)
treecbc247e10d50ab6a522d413a191b8cec760ae0c6 /doc/efm32tg/Doxyfile
parent971a295d436893ce731dd7e7e931fff34d748031 (diff)
Documentation updates
Diffstat (limited to 'doc/efm32tg/Doxyfile')
-rw-r--r--doc/efm32tg/Doxyfile29
1 files changed, 29 insertions, 0 deletions
diff --git a/doc/efm32tg/Doxyfile b/doc/efm32tg/Doxyfile
new file mode 100644
index 0000000..dd7191c
--- /dev/null
+++ b/doc/efm32tg/Doxyfile
@@ -0,0 +1,29 @@
+# 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
+
+TAGFILES = ../cm3/cm3.tag=../../cm3/html \
+
+GENERATE_TAGFILE = efm32tg.tag
+