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>2017-10-04 02:51:31 +0300
committerKarl Palsson <karlp@tweak.net.au>2017-10-18 23:05:14 +0300
commitf592e6d54e99b64305bf6b4fcc17e285dfb8bbe6 (patch)
tree2c8fb2e605d5fb57b4a1914cb6afb90d8f7aaef4 /doc
parentf475d459d3123247d361e59f33053934f11506b2 (diff)
doc: cm3: include source, not just headers
Now with added systick/nvic functions
Diffstat (limited to 'doc')
-rw-r--r--doc/cm3/Doxyfile5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/cm3/Doxyfile b/doc/cm3/Doxyfile
index 7cf6496c..ab18666d 100644
--- a/doc/cm3/Doxyfile
+++ b/doc/cm3/Doxyfile
@@ -15,8 +15,9 @@
WARN_LOGFILE = doxygen_cm3.log
-INPUT = ../../include/libopencm3/license.dox \
- ../../include/libopencm3/cm3/
+INPUT = ../../include/libopencm3/license.dox
+INPUT += ../../include/libopencm3/cm3/
+INPUT += ../../lib/cm3
LAYOUT_FILE = DoxygenLayout_cm3.xml