doc: stm32l1: exclude unshared common code

Fixes Github issue #458
Fixes Github issue #300
This commit is contained in:
Karl Palsson 2016-08-18 16:54:39 +00:00 committed by Karl Palsson
parent 08aac020ad
commit 3cc6ecd203
1 changed files with 4 additions and 1 deletions

View File

@ -23,6 +23,7 @@ INPUT += ../../lib/stm32/l1 \
../../lib/stm32/common
EXCLUDE = ../../include/libopencm3/stm32/common/gpio_common_f24.h \
../../include/libopencm3/stm32/common/gpio_common_f234.h \
../../include/libopencm3/stm32/common/timer_common_f24.h \
../../include/libopencm3/stm32/common/crypto_common_f24.h \
../../include/libopencm3/stm32/common/hash_common_f24.h \
@ -34,7 +35,9 @@ EXCLUDE += ../../lib/stm32/common/gpio_common_f24.c \
../../lib/stm32/common/hash_common_f24.c \
../../lib/stm32/common/crs_common_all.c
EXCLUDE_PATTERNS =
EXCLUDE_PATTERNS = *common/flash_common_f*.*
EXCLUDE_PATTERNS += *common/adc_common_v2*
EXCLUDE_PATTERNS += *common/spi_common_f03.*
LAYOUT_FILE = DoxygenLayout_stm32l1.xml