Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thirdpin/libopencm3.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorKarl Palsson <karlp@tweak.net.au>2018-02-14 02:01:04 +0300
committerKarl Palsson <karlp@tweak.net.au>2018-02-14 02:57:21 +0300
commita2c202f944701eec9e077415ff8c1f31541ca37b (patch)
tree20c401352de31245d219b73dca3dbd84f162a137 /doc
parenta46777a2bf369bc137af43cd6114c8d23959d6b6 (diff)
stm32l4: doc: use autogenerate doxygen lists
Fixes d002d9552 doc: dynamically generate correct file lists (which didn't convert the l4 as well)
Diffstat (limited to 'doc')
-rw-r--r--doc/stm32l4/Doxyfile23
1 files changed, 2 insertions, 21 deletions
diff --git a/doc/stm32l4/Doxyfile b/doc/stm32l4/Doxyfile
index 6af32498..153cec42 100644
--- a/doc/stm32l4/Doxyfile
+++ b/doc/stm32l4/Doxyfile
@@ -15,27 +15,8 @@
WARN_LOGFILE = doxygen_stm32l4.log
-INPUT = ../../include/libopencm3/license.dox
-INPUT +=../../include/libopencm3/stm32/l4
-#INPUT +=../../include/libopencm3/stm32/common
-INPUT +=../../include/libopencm3/stm32/common/rcc_common_all.h
-INPUT +=../../include/libopencm3/stm32/common/gpio_common_all.h
-INPUT +=../../include/libopencm3/stm32/common/gpio_common_f234.h
-INPUT +=../../include/libopencm3/stm32/common/gpio_common_f24.h
-
-INPUT +=../../lib/stm32/l4
-#INPUT +=../../lib/stm32/common
-INPUT +=../../lib/stm32/common/rcc_common_all.c
-INPUT +=../../lib/stm32/common/gpio_common_all.c
-INPUT +=../../lib/stm32/common/gpio_common_f0234.c
-
-# No headers to exclude until we include some!
-EXCLUDE =
-
-# No libs to exclude until we include some!
-EXCLUDE =
-
-EXCLUDE_PATTERNS =
+INPUT = ../../include/libopencm3/license.dox
+@INCLUDE = doxy.sourcelist
LAYOUT_FILE = DoxygenLayout_stm32l4.xml