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