1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

doxygen: adjusted exclude pattern for NRF51

This commit is contained in:
Hauke Petersen 2015-07-14 17:21:30 +02:00
parent 1cd18f92c9
commit c7d4ff7106

View File

@ -822,7 +822,7 @@ EXCLUDE_PATTERNS = */board/*/tools/* \
*/cpu/cortexm_common/include/core_cm*.h \
*/cpu/stm32f*/include/stm32f* \
*/drivers/nrf24l01p/include/nrf24l01p_settings.h \
*/cpu/nrf51822/include/nrf51.h \
*/cpu/nrf51/include/nrf51*.h \
*/cpu/lpc1768/include/LPC17xx.h \
*/boards/*/include/periph_conf.h \
*/cpu/x86/include/x86_pci.h \