From 9bef59cc5558111e7cad7a5f705b22cfdfef0c88 Mon Sep 17 00:00:00 2001 From: Oleg Hahm <oleg@hobbykeller.org> Date: Fri, 16 May 2014 21:32:03 +0200 Subject: [PATCH] documentation: fix CMSIS doxygen for SAM3x8e --- cpu/sam3x8e/include/component/component_adc.h | 3 ++- cpu/sam3x8e/include/component/component_can.h | 3 ++- cpu/sam3x8e/include/component/component_chipid.h | 3 ++- cpu/sam3x8e/include/component/component_dacc.h | 3 ++- cpu/sam3x8e/include/component/component_dmac.h | 3 ++- cpu/sam3x8e/include/component/component_efc.h | 3 ++- cpu/sam3x8e/include/component/component_emac.h | 3 ++- cpu/sam3x8e/include/component/component_gpbr.h | 3 ++- cpu/sam3x8e/include/component/component_hsmci.h | 3 ++- cpu/sam3x8e/include/component/component_matrix.h | 3 ++- cpu/sam3x8e/include/component/component_pdc.h | 3 ++- cpu/sam3x8e/include/component/component_pio.h | 3 ++- cpu/sam3x8e/include/component/component_pmc.h | 3 ++- cpu/sam3x8e/include/component/component_pwm.h | 3 ++- cpu/sam3x8e/include/component/component_rstc.h | 3 ++- cpu/sam3x8e/include/component/component_rtc.h | 3 ++- cpu/sam3x8e/include/component/component_rtt.h | 3 ++- cpu/sam3x8e/include/component/component_sdramc.h | 3 ++- cpu/sam3x8e/include/component/component_smc.h | 3 ++- cpu/sam3x8e/include/component/component_spi.h | 3 ++- cpu/sam3x8e/include/component/component_ssc.h | 3 ++- cpu/sam3x8e/include/component/component_supc.h | 3 ++- cpu/sam3x8e/include/component/component_tc.h | 3 ++- cpu/sam3x8e/include/component/component_trng.h | 3 ++- cpu/sam3x8e/include/component/component_twi.h | 3 ++- cpu/sam3x8e/include/component/component_uart.h | 3 ++- cpu/sam3x8e/include/component/component_uotghs.h | 3 ++- cpu/sam3x8e/include/component/component_usart.h | 3 ++- cpu/sam3x8e/include/component/component_wdt.h | 3 ++- 29 files changed, 58 insertions(+), 29 deletions(-) diff --git a/cpu/sam3x8e/include/component/component_adc.h b/cpu/sam3x8e/include/component/component_adc.h index 695dea3178..7921ea6fe5 100644 --- a/cpu/sam3x8e/include/component/component_adc.h +++ b/cpu/sam3x8e/include/component/component_adc.h @@ -33,7 +33,8 @@ /* ============================================================================= */ /** SOFTWARE API DEFINITION FOR Analog-to-digital Converter */ /* ============================================================================= */ -/** \addtogroup SAM3XA_ADC Analog-to-digital Converter */ +/** \ingroup SAM3X8E_cmsis */ +/** \defgroup SAM3XA_ADC Analog-to-digital Converter */ /*@{*/ #if !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) diff --git a/cpu/sam3x8e/include/component/component_can.h b/cpu/sam3x8e/include/component/component_can.h index cafb8fbe7a..547e875a1e 100644 --- a/cpu/sam3x8e/include/component/component_can.h +++ b/cpu/sam3x8e/include/component/component_can.h @@ -33,7 +33,8 @@ /* ============================================================================= */ /** SOFTWARE API DEFINITION FOR Controller Area Network */ /* ============================================================================= */ -/** \addtogroup SAM3XA_CAN Controller Area Network */ +/** \ingroup SAM3X8E_cmsis */ +/** \defgroup SAM3XA_CAN Controller Area Network */ /*@{*/ #if !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) diff --git a/cpu/sam3x8e/include/component/component_chipid.h b/cpu/sam3x8e/include/component/component_chipid.h index f4bf2704c0..30f9aa667b 100644 --- a/cpu/sam3x8e/include/component/component_chipid.h +++ b/cpu/sam3x8e/include/component/component_chipid.h @@ -33,7 +33,8 @@ /* ============================================================================= */ /** SOFTWARE API DEFINITION FOR Chip Identifier */ /* ============================================================================= */ -/** \addtogroup SAM3XA_CHIPID Chip Identifier */ +/** \ingroup SAM3X8E_cmsis */ +/** \defgroup SAM3XA_CHIPID Chip Identifier */ /*@{*/ #if !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) diff --git a/cpu/sam3x8e/include/component/component_dacc.h b/cpu/sam3x8e/include/component/component_dacc.h index ebc61a2e67..59e93a8991 100644 --- a/cpu/sam3x8e/include/component/component_dacc.h +++ b/cpu/sam3x8e/include/component/component_dacc.h @@ -33,7 +33,8 @@ /* ============================================================================= */ /** SOFTWARE API DEFINITION FOR Digital-to-Analog Converter Controller */ /* ============================================================================= */ -/** \addtogroup SAM3XA_DACC Digital-to-Analog Converter Controller */ +/** \ingroup SAM3X8E_cmsis */ +/** \defgroup SAM3XA_DACC Digital-to-Analog Converter Controller */ /*@{*/ #if !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) diff --git a/cpu/sam3x8e/include/component/component_dmac.h b/cpu/sam3x8e/include/component/component_dmac.h index c57255ce10..0549f8f90a 100644 --- a/cpu/sam3x8e/include/component/component_dmac.h +++ b/cpu/sam3x8e/include/component/component_dmac.h @@ -33,7 +33,8 @@ /* ============================================================================= */ /** SOFTWARE API DEFINITION FOR DMA Controller */ /* ============================================================================= */ -/** \addtogroup SAM3XA_DMAC DMA Controller */ +/** \ingroup SAM3X8E_cmsis */ +/** \defgroup SAM3XA_DMAC DMA Controller */ /*@{*/ #if !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) diff --git a/cpu/sam3x8e/include/component/component_efc.h b/cpu/sam3x8e/include/component/component_efc.h index 3c2b96ad68..bcc6161980 100644 --- a/cpu/sam3x8e/include/component/component_efc.h +++ b/cpu/sam3x8e/include/component/component_efc.h @@ -33,7 +33,8 @@ /* ============================================================================= */ /** SOFTWARE API DEFINITION FOR Embedded Flash Controller */ /* ============================================================================= */ -/** \addtogroup SAM3XA_EFC Embedded Flash Controller */ +/** \ingroup SAM3X8E_cmsis */ +/** \defgroup SAM3XA_EFC Embedded Flash Controller */ /*@{*/ #if !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) diff --git a/cpu/sam3x8e/include/component/component_emac.h b/cpu/sam3x8e/include/component/component_emac.h index b43a504e8e..b3325aefd4 100644 --- a/cpu/sam3x8e/include/component/component_emac.h +++ b/cpu/sam3x8e/include/component/component_emac.h @@ -33,7 +33,8 @@ /* ============================================================================= */ /** SOFTWARE API DEFINITION FOR Ethernet MAC 10/100 */ /* ============================================================================= */ -/** \addtogroup SAM3XA_EMAC Ethernet MAC 10/100 */ +/** \ingroup SAM3X8E_cmsis */ +/** \defgroup SAM3XA_EMAC Ethernet MAC 10/100 */ /*@{*/ #if !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) diff --git a/cpu/sam3x8e/include/component/component_gpbr.h b/cpu/sam3x8e/include/component/component_gpbr.h index df9f1ebf40..8c75f61569 100644 --- a/cpu/sam3x8e/include/component/component_gpbr.h +++ b/cpu/sam3x8e/include/component/component_gpbr.h @@ -33,7 +33,8 @@ /* ============================================================================= */ /** SOFTWARE API DEFINITION FOR General Purpose Backup Register */ /* ============================================================================= */ -/** \addtogroup SAM3XA_GPBR General Purpose Backup Register */ +/** \ingroup SAM3X8E_cmsis */ +/** \defgroup SAM3XA_GPBR General Purpose Backup Register */ /*@{*/ #if !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) diff --git a/cpu/sam3x8e/include/component/component_hsmci.h b/cpu/sam3x8e/include/component/component_hsmci.h index 3351f78bbb..084ed9db4a 100644 --- a/cpu/sam3x8e/include/component/component_hsmci.h +++ b/cpu/sam3x8e/include/component/component_hsmci.h @@ -33,7 +33,8 @@ /* ============================================================================= */ /** SOFTWARE API DEFINITION FOR High Speed MultiMedia Card Interface */ /* ============================================================================= */ -/** \addtogroup SAM3XA_HSMCI High Speed MultiMedia Card Interface */ +/** \ingroup SAM3X8E_cmsis */ +/** \defgroup SAM3XA_HSMCI High Speed MultiMedia Card Interface */ /*@{*/ #if !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) diff --git a/cpu/sam3x8e/include/component/component_matrix.h b/cpu/sam3x8e/include/component/component_matrix.h index 360c95499a..bc18f55260 100644 --- a/cpu/sam3x8e/include/component/component_matrix.h +++ b/cpu/sam3x8e/include/component/component_matrix.h @@ -33,7 +33,8 @@ /* ============================================================================= */ /** SOFTWARE API DEFINITION FOR AHB Bus Matrix */ /* ============================================================================= */ -/** \addtogroup SAM3XA_MATRIX AHB Bus Matrix */ +/** \ingroup SAM3X8E_cmsis */ +/** \defgroup SAM3XA_MATRIX AHB Bus Matrix */ /*@{*/ #if !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) diff --git a/cpu/sam3x8e/include/component/component_pdc.h b/cpu/sam3x8e/include/component/component_pdc.h index afb3522397..b497b437a0 100644 --- a/cpu/sam3x8e/include/component/component_pdc.h +++ b/cpu/sam3x8e/include/component/component_pdc.h @@ -33,7 +33,8 @@ /* ============================================================================= */ /** SOFTWARE API DEFINITION FOR Peripheral DMA Controller */ /* ============================================================================= */ -/** \addtogroup SAM3XA_PDC Peripheral DMA Controller */ +/** \ingroup SAM3X8E_cmsis */ +/** \defgroup SAM3XA_PDC Peripheral DMA Controller */ /*@{*/ #if !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) diff --git a/cpu/sam3x8e/include/component/component_pio.h b/cpu/sam3x8e/include/component/component_pio.h index 8522954607..4a2453af26 100644 --- a/cpu/sam3x8e/include/component/component_pio.h +++ b/cpu/sam3x8e/include/component/component_pio.h @@ -33,7 +33,8 @@ /* ============================================================================= */ /** SOFTWARE API DEFINITION FOR Parallel Input/Output Controller */ /* ============================================================================= */ -/** \addtogroup SAM3XA_PIO Parallel Input/Output Controller */ +/** \ingroup SAM3X8E_cmsis */ +/** \defgroup SAM3XA_PIO Parallel Input/Output Controller */ /*@{*/ #if !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) diff --git a/cpu/sam3x8e/include/component/component_pmc.h b/cpu/sam3x8e/include/component/component_pmc.h index a5cffc5c56..b75c031e97 100644 --- a/cpu/sam3x8e/include/component/component_pmc.h +++ b/cpu/sam3x8e/include/component/component_pmc.h @@ -33,7 +33,8 @@ /* ============================================================================= */ /** SOFTWARE API DEFINITION FOR Power Management Controller */ /* ============================================================================= */ -/** \addtogroup SAM3XA_PMC Power Management Controller */ +/** \ingroup SAM3X8E_cmsis */ +/** \defgroup SAM3XA_PMC Power Management Controller */ /*@{*/ #if !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) diff --git a/cpu/sam3x8e/include/component/component_pwm.h b/cpu/sam3x8e/include/component/component_pwm.h index f2c29d8597..6e5e37f1d2 100644 --- a/cpu/sam3x8e/include/component/component_pwm.h +++ b/cpu/sam3x8e/include/component/component_pwm.h @@ -33,7 +33,8 @@ /* ============================================================================= */ /** SOFTWARE API DEFINITION FOR Pulse Width Modulation Controller */ /* ============================================================================= */ -/** \addtogroup SAM3XA_PWM Pulse Width Modulation Controller */ +/** \ingroup SAM3X8E_cmsis */ +/** \defgroup SAM3XA_PWM Pulse Width Modulation Controller */ /*@{*/ #if !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) diff --git a/cpu/sam3x8e/include/component/component_rstc.h b/cpu/sam3x8e/include/component/component_rstc.h index c22778aa7f..16f5a39428 100644 --- a/cpu/sam3x8e/include/component/component_rstc.h +++ b/cpu/sam3x8e/include/component/component_rstc.h @@ -33,7 +33,8 @@ /* ============================================================================= */ /** SOFTWARE API DEFINITION FOR Reset Controller */ /* ============================================================================= */ -/** \addtogroup SAM3XA_RSTC Reset Controller */ +/** \ingroup SAM3X8E_cmsis */ +/** \defgroup SAM3XA_RSTC Reset Controller */ /*@{*/ #if !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) diff --git a/cpu/sam3x8e/include/component/component_rtc.h b/cpu/sam3x8e/include/component/component_rtc.h index 2fc6fc8c38..cd56f8344a 100644 --- a/cpu/sam3x8e/include/component/component_rtc.h +++ b/cpu/sam3x8e/include/component/component_rtc.h @@ -33,7 +33,8 @@ /* ============================================================================= */ /** SOFTWARE API DEFINITION FOR Real-time Clock */ /* ============================================================================= */ -/** \addtogroup SAM3XA_RTC Real-time Clock */ +/** \ingroup SAM3X8E_cmsis */ +/** \defgroup SAM3XA_RTC Real-time Clock */ /*@{*/ #if !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) diff --git a/cpu/sam3x8e/include/component/component_rtt.h b/cpu/sam3x8e/include/component/component_rtt.h index 6f30e21b23..9f6a8a1c56 100644 --- a/cpu/sam3x8e/include/component/component_rtt.h +++ b/cpu/sam3x8e/include/component/component_rtt.h @@ -33,7 +33,8 @@ /* ============================================================================= */ /** SOFTWARE API DEFINITION FOR Real-time Timer */ /* ============================================================================= */ -/** \addtogroup SAM3XA_RTT Real-time Timer */ +/** \ingroup SAM3X8E_cmsis */ +/** \defgroup SAM3XA_RTT Real-time Timer */ /*@{*/ #if !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) diff --git a/cpu/sam3x8e/include/component/component_sdramc.h b/cpu/sam3x8e/include/component/component_sdramc.h index 77965dd1c2..41c8d83f98 100644 --- a/cpu/sam3x8e/include/component/component_sdramc.h +++ b/cpu/sam3x8e/include/component/component_sdramc.h @@ -33,7 +33,8 @@ /* ============================================================================= */ /** SOFTWARE API DEFINITION FOR SDRAM Controller */ /* ============================================================================= */ -/** \addtogroup SAM3XA_SDRAMC SDRAM Controller */ +/** \ingroup SAM3X8E_cmsis */ +/** \defgroup SAM3XA_SDRAMC SDRAM Controller */ /*@{*/ #if !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) diff --git a/cpu/sam3x8e/include/component/component_smc.h b/cpu/sam3x8e/include/component/component_smc.h index 314c44fb3a..9d60410444 100644 --- a/cpu/sam3x8e/include/component/component_smc.h +++ b/cpu/sam3x8e/include/component/component_smc.h @@ -33,7 +33,8 @@ /* ============================================================================= */ /** SOFTWARE API DEFINITION FOR Static Memory Controller */ /* ============================================================================= */ -/** \addtogroup SAM3XA_SMC Static Memory Controller */ +/** \ingroup SAM3X8E_cmsis */ +/** \defgroup SAM3XA_SMC Static Memory Controller */ /*@{*/ #if !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) diff --git a/cpu/sam3x8e/include/component/component_spi.h b/cpu/sam3x8e/include/component/component_spi.h index 4009384e8a..f52009bb12 100644 --- a/cpu/sam3x8e/include/component/component_spi.h +++ b/cpu/sam3x8e/include/component/component_spi.h @@ -33,7 +33,8 @@ /* ============================================================================= */ /** SOFTWARE API DEFINITION FOR Serial Peripheral Interface */ /* ============================================================================= */ -/** \addtogroup SAM3XA_SPI Serial Peripheral Interface */ +/** \ingroup SAM3X8E_cmsis */ +/** \defgroup SAM3XA_SPI Serial Peripheral Interface */ /*@{*/ #if !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) diff --git a/cpu/sam3x8e/include/component/component_ssc.h b/cpu/sam3x8e/include/component/component_ssc.h index 91592af89d..87730406cd 100644 --- a/cpu/sam3x8e/include/component/component_ssc.h +++ b/cpu/sam3x8e/include/component/component_ssc.h @@ -33,7 +33,8 @@ /* ============================================================================= */ /** SOFTWARE API DEFINITION FOR Synchronous Serial Controller */ /* ============================================================================= */ -/** \addtogroup SAM3XA_SSC Synchronous Serial Controller */ +/** \ingroup SAM3X8E_cmsis */ +/** \defgroup SAM3XA_SSC Synchronous Serial Controller */ /*@{*/ #if !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) diff --git a/cpu/sam3x8e/include/component/component_supc.h b/cpu/sam3x8e/include/component/component_supc.h index 0b861f9f90..ce8b126ff9 100644 --- a/cpu/sam3x8e/include/component/component_supc.h +++ b/cpu/sam3x8e/include/component/component_supc.h @@ -33,7 +33,8 @@ /* ============================================================================= */ /** SOFTWARE API DEFINITION FOR Supply Controller */ /* ============================================================================= */ -/** \addtogroup SAM3XA_SUPC Supply Controller */ +/** \ingroup SAM3X8E_cmsis */ +/** \defgroup SAM3XA_SUPC Supply Controller */ /*@{*/ #if !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) diff --git a/cpu/sam3x8e/include/component/component_tc.h b/cpu/sam3x8e/include/component/component_tc.h index a42d9323bf..6feae004b7 100644 --- a/cpu/sam3x8e/include/component/component_tc.h +++ b/cpu/sam3x8e/include/component/component_tc.h @@ -33,7 +33,8 @@ /* ============================================================================= */ /** SOFTWARE API DEFINITION FOR Timer Counter */ /* ============================================================================= */ -/** \addtogroup SAM3XA_TC Timer Counter */ +/** \ingroup SAM3X8E_cmsis */ +/** \defgroup SAM3XA_TC Timer Counter */ /*@{*/ #if !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) diff --git a/cpu/sam3x8e/include/component/component_trng.h b/cpu/sam3x8e/include/component/component_trng.h index 04a2d9e0b9..ec59ccb01d 100644 --- a/cpu/sam3x8e/include/component/component_trng.h +++ b/cpu/sam3x8e/include/component/component_trng.h @@ -33,7 +33,8 @@ /* ============================================================================= */ /** SOFTWARE API DEFINITION FOR True Random Number Generator */ /* ============================================================================= */ -/** \addtogroup SAM3XA_TRNG True Random Number Generator */ +/** \ingroup SAM3X8E_cmsis */ +/** \defgroup SAM3XA_TRNG True Random Number Generator */ /*@{*/ #if !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) diff --git a/cpu/sam3x8e/include/component/component_twi.h b/cpu/sam3x8e/include/component/component_twi.h index d65a870c07..03bb3d3af9 100644 --- a/cpu/sam3x8e/include/component/component_twi.h +++ b/cpu/sam3x8e/include/component/component_twi.h @@ -33,7 +33,8 @@ /* ============================================================================= */ /** SOFTWARE API DEFINITION FOR Two-wire Interface */ /* ============================================================================= */ -/** \addtogroup SAM3XA_TWI Two-wire Interface */ +/** \ingroup SAM3X8E_cmsis */ +/** \defgroup SAM3XA_TWI Two-wire Interface */ /*@{*/ #if !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) diff --git a/cpu/sam3x8e/include/component/component_uart.h b/cpu/sam3x8e/include/component/component_uart.h index bbf4421140..af1d6d2cdf 100644 --- a/cpu/sam3x8e/include/component/component_uart.h +++ b/cpu/sam3x8e/include/component/component_uart.h @@ -33,7 +33,8 @@ /* ============================================================================= */ /** SOFTWARE API DEFINITION FOR Universal Asynchronous Receiver Transmitter */ /* ============================================================================= */ -/** \addtogroup SAM3XA_UART Universal Asynchronous Receiver Transmitter */ +/** \ingroup SAM3X8E_cmsis */ +/** \defgroup SAM3XA_UART Universal Asynchronous Receiver Transmitter */ /*@{*/ #if !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) diff --git a/cpu/sam3x8e/include/component/component_uotghs.h b/cpu/sam3x8e/include/component/component_uotghs.h index 33f553f8b7..f8ce058972 100644 --- a/cpu/sam3x8e/include/component/component_uotghs.h +++ b/cpu/sam3x8e/include/component/component_uotghs.h @@ -33,7 +33,8 @@ /* ============================================================================= */ /** SOFTWARE API DEFINITION FOR USB On-The-Go Interface */ /* ============================================================================= */ -/** \addtogroup SAM3XA_UOTGHS USB On-The-Go Interface */ +/** \ingroup SAM3X8E_cmsis */ +/** \defgroup SAM3XA_UOTGHS USB On-The-Go Interface */ /*@{*/ #if !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) diff --git a/cpu/sam3x8e/include/component/component_usart.h b/cpu/sam3x8e/include/component/component_usart.h index 5d2f2359d2..fe4e086721 100644 --- a/cpu/sam3x8e/include/component/component_usart.h +++ b/cpu/sam3x8e/include/component/component_usart.h @@ -33,7 +33,8 @@ /* ============================================================================= */ /** SOFTWARE API DEFINITION FOR Universal Synchronous Asynchronous Receiver Transmitter */ /* ============================================================================= */ -/** \addtogroup SAM3XA_USART Universal Synchronous Asynchronous Receiver Transmitter */ +/** \ingroup SAM3X8E_cmsis */ +/** \defgroup SAM3XA_USART Universal Synchronous Asynchronous Receiver Transmitter */ /*@{*/ #if !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) diff --git a/cpu/sam3x8e/include/component/component_wdt.h b/cpu/sam3x8e/include/component/component_wdt.h index ded5d8535e..2536edbe8b 100644 --- a/cpu/sam3x8e/include/component/component_wdt.h +++ b/cpu/sam3x8e/include/component/component_wdt.h @@ -33,7 +33,8 @@ /* ============================================================================= */ /** SOFTWARE API DEFINITION FOR Watchdog Timer */ /* ============================================================================= */ -/** \addtogroup SAM3XA_WDT Watchdog Timer */ +/** \ingroup SAM3X8E_cmsis */ +/** \defgroup SAM3XA_WDT Watchdog Timer */ /*@{*/ #if !(defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) -- GitLab