mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
Merge pull request #3412 from OlegHahm/doxygen_fixes_ng
doxygen: documentation hierarchy fixes
This commit is contained in:
commit
75f38c026b
@ -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 \
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
/**
|
||||
* @defgroup sys_net_dev_eth dev_eth auto setup
|
||||
* @ingroup sys_net_eth
|
||||
* @ingroup net_ng_ethernet
|
||||
* @file
|
||||
* @brief Automatically setup available ethernet devices
|
||||
* @{
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
/**
|
||||
* @defgroup net_rpl_srh RPL source routing header extension
|
||||
* @ingroup net_rpl
|
||||
* @ingroup net_ng_rpl
|
||||
* @brief Implementation of RPL source routing extension headers
|
||||
* @see <a href="https://tools.ietf.org/html/rfc6554">
|
||||
* RFC 6554
|
||||
|
Loading…
Reference in New Issue
Block a user