mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
doc: exclude vendor specific headers from doxygen
Also, periph_conf contains mostly the same macros that don't need to be documented in every single instance.
This commit is contained in:
parent
823105bcae
commit
7e6ac37a55
@ -818,7 +818,14 @@ EXCLUDE_PATTERNS = */board/*/tools/* \
|
||||
*/cpu/cortex-*_common/include/core_cm*.h \
|
||||
*/cpu/cortex-*_common/include/core_cmInstr.h \
|
||||
*/cpu/cortex-*_common/include/core_cmFunc.h \
|
||||
*/cpu/stm32f*/include/stm32f*
|
||||
*/cpu/stm32f*/include/stm32f* \
|
||||
*/drivers/nrf24l01p/include/nrf24l01p_settings.h \
|
||||
*/cpu/nrf51822/include/nrf51.h \
|
||||
*/cpu/lpc1768/include/LPC17xx.h \
|
||||
*/boards/*/include/periph_conf.h \
|
||||
*/cpu/x86/include/x86_pci.h \
|
||||
*/cpu/sam3x8e/include/sam3x8e.h \
|
||||
|
||||
|
||||
# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
|
||||
# (namespaces, classes, functions, etc.) that should be excluded from the
|
||||
|
Loading…
Reference in New Issue
Block a user