1
0
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:
Oleg Hahm 2015-07-15 11:53:27 +02:00
parent c4a1411202
commit 6a035fe910
4 changed files with 4 additions and 17 deletions

View File

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

View File

@ -7,7 +7,9 @@
*/
/**
* @ingroup cpu_sam3
* @defgroup cpu_sam3 Atmel SAM3X8E
* @ingroup cpu
* @brief Atmel SAM3X8E Cortex-M3 MCU specific code
* @{
*
* @file

View File

@ -1,5 +0,0 @@
/**
* @defgroup cpu_sam3x8e_components SAM3XA Components
* @brief SAM3XA Components
* @ingroup cpu_sam3x8e
*/

View File

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