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
diff options
context:
space:
mode:
Diffstat (limited to 'doc/stm32l1/Doxyfile')
-rw-r--r--doc/stm32l1/Doxyfile9
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/stm32l1/Doxyfile b/doc/stm32l1/Doxyfile
index 566bb014..5532f10a 100644
--- a/doc/stm32l1/Doxyfile
+++ b/doc/stm32l1/Doxyfile
@@ -22,9 +22,11 @@ INPUT = ../../include/libopencm3/license.dox \
INPUT += ../../lib/stm32/l1 \
../../lib/stm32/common
-EXCLUDE = ../../include/libopencm3/stm32/common/gpio_common_f24.h
+EXCLUDE = ../../include/libopencm3/stm32/common/gpio_common_f24.h \
+ ../../include/libopencm3/stm32/common/timer_common_f24.h
-EXCLUDE += ../../lib/stm32/common/gpio_common_f24.c
+EXCLUDE += ../../lib/stm32/common/gpio_common_f24.c \
+ ../../lib/stm32/common/timer_common_f24.c
EXCLUDE_PATTERNS =
@@ -34,3 +36,6 @@ TAGFILES = ../cm3/cm3.tag=../../cm3/html
GENERATE_TAGFILE = stm32l1.tag
+ENABLE_PREPROCESSING = NO
+
+