mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
doc: exclude more CPU specific stuff from doxygen
This commit is contained in:
parent
206b75933e
commit
49208ffb59
@ -3,38 +3,3 @@
|
||||
* @brief ARM Cortex-M specific code
|
||||
* @ingroup cpu
|
||||
*/
|
||||
|
||||
/**
|
||||
* @defgroup CMSIS_Core_FunctionInterface
|
||||
* @ingroup cpu_cortex-m3
|
||||
*/
|
||||
|
||||
/**
|
||||
* @defgroup CMSIS_core_register
|
||||
* @ingroup cpu_cortex-m3
|
||||
*/
|
||||
|
||||
/**
|
||||
* @defgroup CMSIS_glob_defs
|
||||
* @ingroup cpu_cortex-m3
|
||||
*/
|
||||
|
||||
/**
|
||||
* @defgroup CMSIS_MISRA_Exceptions
|
||||
* @ingroup cpu_cortex-m3
|
||||
*/
|
||||
|
||||
/**
|
||||
* @defgroup CMSIS_core_definitions
|
||||
* @ingroup cpu_cortex-m3
|
||||
*/
|
||||
|
||||
/**
|
||||
* @defgroup CMSIS_SIMD_intrinsics
|
||||
* @ingroup cpu_cortex-m3
|
||||
*/
|
||||
|
||||
/**
|
||||
* @defgroup CMSIS_Core_InstructionInterface
|
||||
* @ingroup cpu_cortex-m3
|
||||
*/
|
||||
|
@ -812,7 +812,11 @@ EXCLUDE_SYMLINKS = NO
|
||||
|
||||
EXCLUDE_PATTERNS = */board/*/tools/* \
|
||||
*/cpu/*/include/component/* \
|
||||
*/cpu/*/include/instance/*
|
||||
*/cpu/*/include/instance/* \
|
||||
*/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*
|
||||
|
||||
# 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