aboutsummaryrefslogtreecommitdiff
path: root/doc/stm32l1/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/stm32l1/Doxyfile
parent971a295d436893ce731dd7e7e931fff34d748031 (diff)
Documentation updates
Diffstat (limited to 'doc/stm32l1/Doxyfile')
-rw-r--r--doc/stm32l1/Doxyfile33
1 files changed, 33 insertions, 0 deletions
diff --git a/doc/stm32l1/Doxyfile b/doc/stm32l1/Doxyfile
new file mode 100644
index 0000000..deca18b
--- /dev/null
+++ b/doc/stm32l1/Doxyfile
@@ -0,0 +1,33 @@
+# HTML Documentation for STM32F1 code level
+
+# 14 September 2012
+# (C) Ken Sarkies <ksarkies@internode.on.net>
+
+#---------------------------------------------------------------------------
+# Common Include File
+#---------------------------------------------------------------------------
+
+@INCLUDE = ../Doxyfile_common
+
+#---------------------------------------------------------------------------
+# Local settings
+#---------------------------------------------------------------------------
+
+WARN_LOGFILE = doxygen_stm32l1.log
+
+INPUT = ../../include/libopencm3/license.dox \
+ ../../include/libopencm3/stm32/l1 \
+ ../../include/libopencm3/stm32/common \
+ ../../lib/stm32/l1 \
+ ../../lib/stm32/common
+
+EXCLUDE =
+
+EXCLUDE_PATTERNS = *_common_f24.h
+
+LAYOUT_FILE = DoxygenLayout_stm32l1.xml
+
+TAGFILES = ../cm3/cm3.tag=../../cm3/html \
+
+GENERATE_TAGFILE = stm32l1.tag
+