Skip to content
Snippets Groups Projects
Commit 6a035fe9 authored by Oleg Hahm's avatar Oleg Hahm
Browse files

doc: exclude sam3* completely from doxygen

Also remove doc.txt for sam3 (moved to cpu_conf.h)
parent c4a14112
No related branches found
No related tags found
No related merge requests found
/**
* @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 @@ ...@@ -7,7 +7,9 @@
*/ */
/** /**
* @ingroup cpu_sam3 * @defgroup cpu_sam3 Atmel SAM3X8E
* @ingroup cpu
* @brief Atmel SAM3X8E Cortex-M3 MCU specific code
* @{ * @{
* *
* @file * @file
......
/**
* @defgroup cpu_sam3x8e_components SAM3XA Components
* @brief SAM3XA Components
* @ingroup cpu_sam3x8e
*/
...@@ -816,7 +816,7 @@ EXCLUDE_PATTERNS = */board/*/tools/* \ ...@@ -816,7 +816,7 @@ EXCLUDE_PATTERNS = */board/*/tools/* \
*/cpu/*/include/instance/* \ */cpu/*/include/instance/* \
*/cpu/*/include/pio/* \ */cpu/*/include/pio/* \
*/cpu/*/include/atmel/* \ */cpu/*/include/atmel/* \
*/cpu/sam3/include/sam3*.h \ */cpu/sam3/include/sam3* \
*/cpu/sam3/include/system_sam*.h \ */cpu/sam3/include/system_sam*.h \
*/cpu/lpc*/include/core_cm*.h \ */cpu/lpc*/include/core_cm*.h \
*/cpu/cortexm_common/include/core_cm*.h \ */cpu/cortexm_common/include/core_cm*.h \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment