mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
doc: exclude sam3* completely from doxygen
Also remove doc.txt for sam3 (moved to cpu_conf.h)
This commit is contained in:
parent
c4a1411202
commit
6a035fe910
@ -1,10 +0,0 @@
|
||||
/**
|
||||
* @defgroup cpu_sam3 Atmel SAM3X8E
|
||||
* @ingroup cpu
|
||||
* @brief Atmel SAM3X8E Cortex-M3 MCU specific code
|
||||
*/
|
||||
|
||||
/**
|
||||
* @defgroup cpu_sam3x8e_definitions Atmel SAM3X8E Definitions
|
||||
* @ingroup cpu_sam3x8e
|
||||
*/
|
@ -7,7 +7,9 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @ingroup cpu_sam3
|
||||
* @defgroup cpu_sam3 Atmel SAM3X8E
|
||||
* @ingroup cpu
|
||||
* @brief Atmel SAM3X8E Cortex-M3 MCU specific code
|
||||
* @{
|
||||
*
|
||||
* @file
|
||||
|
@ -1,5 +0,0 @@
|
||||
/**
|
||||
* @defgroup cpu_sam3x8e_components SAM3XA Components
|
||||
* @brief SAM3XA Components
|
||||
* @ingroup cpu_sam3x8e
|
||||
*/
|
@ -816,7 +816,7 @@ EXCLUDE_PATTERNS = */board/*/tools/* \
|
||||
*/cpu/*/include/instance/* \
|
||||
*/cpu/*/include/pio/* \
|
||||
*/cpu/*/include/atmel/* \
|
||||
*/cpu/sam3/include/sam3*.h \
|
||||
*/cpu/sam3/include/sam3* \
|
||||
*/cpu/sam3/include/system_sam*.h \
|
||||
*/cpu/lpc*/include/core_cm*.h \
|
||||
*/cpu/cortexm_common/include/core_cm*.h \
|
||||
|
Loading…
Reference in New Issue
Block a user