1
0
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:
Oleg Hahm 2014-10-19 23:37:33 +02:00
parent 206b75933e
commit 49208ffb59
2 changed files with 5 additions and 36 deletions

View File

@ -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
*/

View File

@ -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