aboutsummaryrefslogtreecommitdiff
path: root/doc/stm32l1/Doxyfile
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 566bb01..5532f10 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
+
+