From 3cc6ecd20330a2219f01a5b42ba5d6f36c232d0b Mon Sep 17 00:00:00 2001 From: Karl Palsson Date: Thu, 18 Aug 2016 16:54:39 +0000 Subject: [PATCH] doc: stm32l1: exclude unshared common code Fixes Github issue #458 Fixes Github issue #300 --- doc/stm32l1/Doxyfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/stm32l1/Doxyfile b/doc/stm32l1/Doxyfile index 28a014ab..98835ab8 100644 --- a/doc/stm32l1/Doxyfile +++ b/doc/stm32l1/Doxyfile @@ -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