mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Merge pull request #9264 from aabadie/pr/tools/doxy_check
all: fix all undefined doxygen groups
This commit is contained in:
commit
8fd85e1c13
@ -7,7 +7,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @ingroup chronos
|
||||
* @ingroup boards_chronos
|
||||
* @{
|
||||
*/
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @ingroup chronos
|
||||
* @ingroup boards_chronos
|
||||
* @{
|
||||
*/
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @ingroup chronos
|
||||
* @ingroup boards_chronos
|
||||
* @{
|
||||
*/
|
||||
|
||||
|
@ -34,7 +34,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @ingroup chronos
|
||||
* @ingroup boards_chronos
|
||||
* @{
|
||||
*/
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @ingroup chronos
|
||||
* @ingroup boards_chronos
|
||||
* @{
|
||||
*/
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @ingroup chronos
|
||||
* @ingroup boards_chronos
|
||||
* @{
|
||||
*/
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @ingroup boards_arduino-mkr-common
|
||||
* @ingroup boards_common_arduino-mkr
|
||||
* @{
|
||||
* @file
|
||||
* @brief Board common implementations for the Arduino MKR boards
|
||||
|
@ -7,7 +7,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @ingroup boards_common_atmega
|
||||
* @ingroup boards_common
|
||||
* @{
|
||||
*
|
||||
* @file
|
||||
|
@ -10,7 +10,7 @@
|
||||
#define SHT11_BOARD_H
|
||||
|
||||
/**
|
||||
* @ingroup lpc2387
|
||||
* @ingroup boards_common_msba2
|
||||
* @{
|
||||
*/
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @ingroup boards_common_nrf52xxxdk
|
||||
* @ingroup boards_common_nrf52
|
||||
* @{
|
||||
*
|
||||
* @file
|
||||
|
@ -8,7 +8,9 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @ingroup boards_common_stm32f103c8
|
||||
* @defgroup boards_common_stm32f103c8 STM32F103C8 based boards common
|
||||
* @ingroup boards_common
|
||||
* @brief Shared files and configuration for STM32F103C8 based boards
|
||||
* @{
|
||||
*
|
||||
* @file
|
||||
@ -260,3 +262,4 @@ static const spi_conf_t spi_config[] = {
|
||||
#endif
|
||||
|
||||
#endif /* PERIPH_CONF_H */
|
||||
/** @} */
|
||||
|
@ -7,7 +7,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @ingroup boards_frdm_k22f
|
||||
* @ingroup boards_frdm-k22f
|
||||
* @{
|
||||
*
|
||||
* @file
|
||||
|
@ -7,7 +7,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @ingroup boards_frdm_kw41z
|
||||
* @ingroup boards_frdm-kw41z
|
||||
* @{
|
||||
*
|
||||
* @file
|
||||
|
@ -7,7 +7,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @ingroup boards_frdm_kw41z
|
||||
* @ingroup boards_frdm-kw41z
|
||||
* @{
|
||||
*
|
||||
* @file
|
||||
|
@ -8,7 +8,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @ingroup msba2
|
||||
* @ingroup boards_msba2
|
||||
* @{
|
||||
*/
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
* General Public License v2.1. See the file LICENSE in the top level
|
||||
* directory for more details.
|
||||
*
|
||||
* @ingroup native_board
|
||||
* @ingroup boards_native
|
||||
* @{
|
||||
* @file
|
||||
* @author Ludwig Knüpfer <ludwig.knuepfer@fu-berlin.de>
|
||||
|
@ -9,7 +9,7 @@
|
||||
* General Public License v2.1. See the file LICENSE in the top level
|
||||
* directory for more details.
|
||||
*
|
||||
* @ingroup native_board
|
||||
* @ingroup boards_native
|
||||
* @{
|
||||
* @file
|
||||
* @author Ludwig Knüpfer <ludwig.knuepfer@fu-berlin.de>
|
||||
|
@ -8,7 +8,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @ingroup board_pba-d-01
|
||||
* @ingroup boards_pba-d-01-kw2x
|
||||
* @{
|
||||
*
|
||||
* @file
|
||||
|
@ -8,7 +8,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @ingroup board_remote-pa
|
||||
* @ingroup boards_remote-pa
|
||||
* @{
|
||||
*
|
||||
* @file
|
||||
|
@ -7,7 +7,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @ingroup core_sync Synchronization
|
||||
* @ingroup core_sync
|
||||
* @brief Recursive Mutex for thread synchronization
|
||||
* @{
|
||||
*
|
||||
|
@ -241,7 +241,6 @@ struct _thread {
|
||||
|
||||
/**
|
||||
* @def THREAD_EXTRA_STACKSIZE_PRINTF
|
||||
* @ingroup conf
|
||||
* @brief Size of the task's printf stack in bytes
|
||||
*
|
||||
* @note This value must be defined by the CPU specific implementation, please
|
||||
|
@ -7,8 +7,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @ingroup core_sync Synchronization
|
||||
* @brief Recursive Mutex for thread synchronization
|
||||
* @ingroup core_sync
|
||||
* @{
|
||||
*
|
||||
* @file
|
||||
|
@ -9,7 +9,7 @@
|
||||
|
||||
/**
|
||||
* @ingroup cpu_cc2538
|
||||
* @ingroup drivers_periph_hwng
|
||||
* @ingroup drivers_periph_hwrng
|
||||
* @{
|
||||
*
|
||||
* @file
|
||||
|
@ -7,7 +7,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @ingroup cpu_cc26x0_i2c_definitions
|
||||
* @ingroup cpu_cc26x0_definitions
|
||||
* @{
|
||||
*
|
||||
* @file
|
||||
|
@ -7,7 +7,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @ingroup cpu_cc26x0_ioc_definitions
|
||||
* @ingroup cpu_cc26x0_definitions
|
||||
* @{
|
||||
*
|
||||
* @file
|
||||
|
@ -34,7 +34,7 @@
|
||||
* ************************************************************************************************/
|
||||
|
||||
/**
|
||||
* @ingroup cc430
|
||||
* @ingroup cpu_cc430
|
||||
* @{
|
||||
*/
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @defgroup cc430 TI CC430
|
||||
* @defgroup cpu_cc430 TI CC430
|
||||
* @brief Texas Instruments CC430 specific code
|
||||
* @ingroup cpu
|
||||
*/
|
||||
|
@ -16,7 +16,7 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
/**
|
||||
* @ingroup cc430
|
||||
* @ingroup cpu_cc430
|
||||
*/
|
||||
|
||||
/**
|
||||
|
@ -8,7 +8,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @ingroup cc430
|
||||
* @ingroup cpu_cc430
|
||||
* @ingroup drivers_periph_rtc
|
||||
* @{
|
||||
*
|
||||
|
@ -7,7 +7,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @ingroup cc430
|
||||
* @ingroup cpu_cc430
|
||||
* @ingroup drivers_periph_timer
|
||||
* @{
|
||||
*
|
||||
|
@ -9,7 +9,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @ingroup cortex-m_common
|
||||
* @ingroup cpu_cortexm_common
|
||||
* @{
|
||||
*
|
||||
* @file
|
||||
|
@ -1,7 +1,7 @@
|
||||
/**
|
||||
* @defgroup cpu_efm32 Silicon Labs EFM32/EFR32/EZR32
|
||||
* @ingroup cpu
|
||||
* @brief Implementation of Silicon Labs's EFM32/EFR32/EZR32 MCUs
|
||||
* @brief Silicon Labs's EFM32/EFR32/EZR32 MCUs implementation
|
||||
*
|
||||
* This module contains all code and definitions for the Silicon Labs
|
||||
* EFM32/EFR32/EZR32 MCUs. It uses the Gecko SDK (vendor library) for the
|
||||
@ -64,3 +64,39 @@
|
||||
* The EFM32/EFR32/EZR32 MCUs have support for low-power peripherals. Support
|
||||
* is enabled by default, but can be disabled by setting LOW_POWER_ENABLED=0.
|
||||
*/
|
||||
|
||||
/**
|
||||
* @defgroup cpu_efm32gg Silicon Labs EFM32GG family
|
||||
* @ingroup cpu_efm32
|
||||
* @brief Silicon Labs's EFM32GG MCUs family implementation
|
||||
*/
|
||||
|
||||
/**
|
||||
* @defgroup cpu_efm32lg Silicon Labs EFM32LG family
|
||||
* @ingroup cpu_efm32
|
||||
* @brief Silicon Labs's EFM32LG MCUs family implementation
|
||||
*/
|
||||
|
||||
/**
|
||||
* @defgroup cpu_efm32pg1b Silicon Labs EFM32PG1B family
|
||||
* @ingroup cpu_efm32
|
||||
* @brief Silicon Labs's EFM32PG1B MCUs family implementation
|
||||
*/
|
||||
|
||||
/**
|
||||
* @defgroup cpu_efm32pg12b Silicon Labs EFM32PG12B family
|
||||
* @ingroup cpu_efm32
|
||||
* @brief Silicon Labs's EFM32PG12B MCUs family implementation
|
||||
*/
|
||||
|
||||
/**
|
||||
* @defgroup cpu_efr32mg1p Silicon Labs EFR32MG1P family
|
||||
* @ingroup cpu_efm32
|
||||
* @brief Silicon Labs's EFR32MG1P MCUs family implementation
|
||||
*/
|
||||
|
||||
/**
|
||||
* @defgroup cpu_efr32mg12p Silicon Labs EFR32MG12P family
|
||||
* @ingroup cpu_efm32
|
||||
* @brief Silicon Labs's EFR32MG12P MCUs family implementation
|
||||
*/
|
@ -7,7 +7,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @ingroup cpu_k22f
|
||||
* @ingroup cpu_kinetis
|
||||
* @{
|
||||
*
|
||||
* @file
|
||||
|
@ -9,7 +9,7 @@
|
||||
|
||||
/**
|
||||
* @ingroup cpu_kinetis
|
||||
* @ingroup drivers_periph_hwng
|
||||
* @ingroup drivers_periph_hwrng
|
||||
*
|
||||
* @{
|
||||
*
|
||||
|
@ -9,7 +9,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @ingroup cpu_kinetis_commo
|
||||
* @ingroup cpu_kinetis
|
||||
* @ingroup drivers_periph_i2c
|
||||
*
|
||||
* @note This driver only implements the 7-bit addressing master mode.
|
||||
|
@ -9,7 +9,7 @@
|
||||
|
||||
/**
|
||||
* @ingroup cpu_kinetis
|
||||
* @ingroup drivers_periph_mcg
|
||||
* @ingroup cpu_kinetis_mcg
|
||||
* @{
|
||||
*
|
||||
* @file
|
||||
|
@ -9,7 +9,7 @@
|
||||
|
||||
/**
|
||||
* @ingroup cpu_kinetis
|
||||
* @ingroup drivers_periph_watchdog
|
||||
* @ingroup cpu_kinetis_wdog
|
||||
*
|
||||
* @{
|
||||
*
|
||||
|
@ -7,7 +7,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @ingroup lpc2387
|
||||
* @ingroup cpu_lpc2387
|
||||
* @{
|
||||
*/
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
/**
|
||||
* @defgroup lpc2387_intro LPC2387 Introduction
|
||||
* @ingroup lpc2387
|
||||
* @ingroup cpu_lpc2387
|
||||
|
||||
<h2>First steps</h2>
|
||||
\li See the manual for toolchain and ide setup
|
||||
|
@ -10,7 +10,7 @@
|
||||
#define CPU_H
|
||||
|
||||
/**
|
||||
* @defgroup lpc2387 NXP LPC2387
|
||||
* @defgroup cpu_lpc2387 NXP LPC2387
|
||||
* @ingroup cpu
|
||||
* @brief NXP LPC2387 specific code
|
||||
* @{
|
||||
|
@ -15,8 +15,7 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
/**
|
||||
* @ingroup conf
|
||||
* @ingroup lpc2387
|
||||
* @ingroup cpu_lpc2387
|
||||
*
|
||||
* @{
|
||||
*/
|
||||
|
@ -7,7 +7,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @ingroup lpc2387
|
||||
* @ingroup cpu_lpc2387
|
||||
* @{
|
||||
*/
|
||||
|
||||
|
@ -7,7 +7,9 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @ingroup cpu_mips32r2_commom
|
||||
* @defgroup cpu_mips32r2_common Imagination Technologies MIPS32R2 Common
|
||||
* @ingroup cpu
|
||||
* @brief Imagination Technologies MIPS32R2 Common implementation
|
||||
* @{
|
||||
*
|
||||
* @file
|
||||
|
@ -7,7 +7,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @ingroup sys_newlib
|
||||
* @ingroup sys_newlib
|
||||
* @{
|
||||
*
|
||||
* @file
|
||||
|
@ -7,9 +7,9 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @defgroup cpu_mips32r2_generic Imagination Technologies MIPS32R2 Common
|
||||
* @defgroup cpu_mips32r2_generic Imagination Technologies MIPS32R2 generic
|
||||
* @ingroup cpu
|
||||
* @brief Imagination Technologies MIPS32R2 common
|
||||
* @brief Imagination Technologies MIPS32R2 generic
|
||||
* @{
|
||||
*
|
||||
* @file
|
||||
|
@ -7,7 +7,9 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @ingroup cpu_msp430fxyz
|
||||
* @defgroup cpu_msp430fxyz TI MSP430F
|
||||
* @ingroup cpu
|
||||
* @brief Texas Instruments MSP430F family specific code
|
||||
* @{
|
||||
*
|
||||
* @file
|
||||
|
@ -11,7 +11,7 @@
|
||||
* General Public License v2.1. See the file LICENSE in the top level
|
||||
* directory for more details.
|
||||
*
|
||||
* @ingroup native_cpu
|
||||
* @ingroup cpu_native
|
||||
* @{
|
||||
* @file
|
||||
* @author Takuo Yonezawa <Yonezawa-T2@mail.dnp.co.jp>
|
||||
|
@ -7,7 +7,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @ingroup native_cpu
|
||||
* @ingroup cpu_native
|
||||
* @{
|
||||
*
|
||||
* @file
|
||||
|
@ -7,8 +7,8 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @ingroup arch
|
||||
* @defgroup native_cpu Native
|
||||
* @ingroup cpu
|
||||
* @defgroup cpu_native Native
|
||||
* @brief Native CPU specific code
|
||||
* @details The native CPU uses system calls to simulate hardware access.
|
||||
* @ingroup cpu
|
||||
|
@ -7,7 +7,7 @@
|
||||
* General Public License v2.1. See the file LICENSE in the top level
|
||||
* directory for more details.
|
||||
*
|
||||
* @ingroup arch
|
||||
* @ingroup cpu_native
|
||||
* @{
|
||||
* @file
|
||||
* @author Ludwig Knüpfer <ludwig.knuepfer@fu-berlin.de>
|
||||
|
@ -11,7 +11,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @addtogroup native_cpu
|
||||
* @ingroup cpu_native
|
||||
* @{
|
||||
* @author Ludwig Knüpfer <ludwig.knuepfer@fu-berlin.de>
|
||||
*/
|
||||
|
@ -7,7 +7,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @ingroup netdev
|
||||
* @ingroup drivers_netdev
|
||||
* @brief Low-level ethernet driver for native tap interfaces
|
||||
* @{
|
||||
*
|
||||
|
@ -7,7 +7,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @ingroup netdev
|
||||
* @ingroup drivers_netdev
|
||||
* @brief
|
||||
* @{
|
||||
*
|
||||
|
@ -7,7 +7,7 @@
|
||||
* General Public License v2.1. See the file LICENSE in the top level
|
||||
* directory for more details.
|
||||
*
|
||||
* @ingroup native_cpu
|
||||
* @ingroup cpu_native
|
||||
* @{
|
||||
* @file
|
||||
* @author Ludwig Knüpfer <ludwig.knuepfer@fu-berlin.de>
|
||||
|
@ -7,7 +7,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @ingroup native_cpu
|
||||
* @ingroup cpu_native
|
||||
* @{
|
||||
*
|
||||
* @file
|
||||
|
@ -7,7 +7,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @ingroup native_cpu
|
||||
* @ingroup cpu_native
|
||||
* @{
|
||||
*
|
||||
* @file
|
||||
|
@ -7,8 +7,7 @@
|
||||
* General Public License v2.1. See the file LICENSE in the top level
|
||||
* directory for more details.
|
||||
*
|
||||
* @ingroup native_cpu
|
||||
* @ingroup irq
|
||||
* @ingroup cpu_native
|
||||
* @{
|
||||
* @file
|
||||
* @author Ludwig Knüpfer <ludwig.knuepfer@fu-berlin.de>
|
||||
|
@ -8,7 +8,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @ingroup native_cpu
|
||||
* @ingroup cpu_native
|
||||
* @{
|
||||
*
|
||||
* @file
|
||||
|
@ -10,7 +10,7 @@
|
||||
*/
|
||||
|
||||
/*
|
||||
* @ingroup netdev
|
||||
* @ingroup drivers_netdev
|
||||
* @{
|
||||
* @brief Low-level ethernet driver for tap interfaces
|
||||
* @author Kaspar Schleiser <kaspar@schleiser.de>
|
||||
|
@ -7,7 +7,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @ingroup native_cpu
|
||||
* @ingroup cpu_native
|
||||
*
|
||||
* @brief Malloc header for use with native on OSX since there is no
|
||||
* malloc.h file in the standard include path.
|
||||
|
@ -7,7 +7,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @ingroup native_cpu
|
||||
* @ingroup cpu_native
|
||||
* @{
|
||||
*
|
||||
* @file
|
||||
|
@ -7,7 +7,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @ingroup native_cpu
|
||||
* @ingroup cpu_native
|
||||
* @ingroup drivers_periph_gpio
|
||||
* @{
|
||||
*
|
||||
|
@ -8,7 +8,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @ingroup native_cpu
|
||||
* @ingroup cpu_native
|
||||
* @ingroup drivers_periph_hwrng
|
||||
* @{
|
||||
*
|
||||
|
@ -7,7 +7,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @ingroup native_cpu
|
||||
* @ingroup cpu_native
|
||||
* @ingroup drivers_periph_pm
|
||||
* @{
|
||||
*
|
||||
|
@ -7,7 +7,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @ingroup native_cpu
|
||||
* @ingroup cpu_native
|
||||
* @ingroup drivers_periph_qdec
|
||||
* @{
|
||||
*
|
||||
|
@ -8,7 +8,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @ingroup native_cpu
|
||||
* @ingroup cpu_native
|
||||
* @ingroup drivers_periph_timer
|
||||
* @{
|
||||
*
|
||||
|
@ -7,7 +7,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @ingroup native_cpu
|
||||
* @ingroup cpu_native
|
||||
* @ingroup drivers_periph_uart
|
||||
* @{
|
||||
*
|
||||
|
@ -8,7 +8,7 @@
|
||||
* General Public License v2.1. See the file LICENSE in the top level
|
||||
* directory for more details.
|
||||
*
|
||||
* @ingroup arch
|
||||
* @ingroup cpu_native
|
||||
* @{
|
||||
* @file
|
||||
* @author Ludwig Knüpfer <ludwig.knuepfer@fu-berlin.de>
|
||||
|
@ -10,7 +10,7 @@
|
||||
* General Public License v2.1. See the file LICENSE in the top level
|
||||
* directory for more details.
|
||||
*
|
||||
* @ingroup native_cpu
|
||||
* @ingroup cpu_native
|
||||
* @{
|
||||
* @file
|
||||
* @author Ludwig Knüpfer <ludwig.knuepfer@fu-berlin.de>
|
||||
|
@ -7,7 +7,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @ingroup native_cpu
|
||||
* @ingroup cpu_native
|
||||
* @{
|
||||
*
|
||||
* @file
|
||||
|
@ -7,7 +7,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @ingroup cpu_nrf51822
|
||||
* @ingroup cpu_nrf51
|
||||
* @{
|
||||
*
|
||||
* @file
|
||||
|
@ -7,7 +7,9 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @ingroup cpu_nrf51822
|
||||
* @defgroup cpu_nrf51 Nordic nRF51 MCU
|
||||
* @ingroup cpu
|
||||
* @brief Nordic nRF51 family of CPUs
|
||||
* @{
|
||||
*
|
||||
* @file
|
||||
|
@ -7,7 +7,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @ingroup cpu_nrf51822
|
||||
* @ingroup cpu_nrf51
|
||||
* @{
|
||||
*
|
||||
* @file
|
||||
|
@ -7,7 +7,9 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @ingroup cpu_nrf52
|
||||
* @defgroup cpu_nrf52 Nordic nRF52 MCU
|
||||
* @ingroup cpu
|
||||
* @brief Nordic nRF52 family of CPUs
|
||||
* @{
|
||||
*
|
||||
* @file
|
||||
|
@ -7,7 +7,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @ingroup cpu_sam3x8e
|
||||
* @ingroup cpu_sam3
|
||||
* @{
|
||||
*
|
||||
* @file
|
||||
|
@ -7,7 +7,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @addtogroup cpu_sam3x8e
|
||||
* @addtogroup cpu_sam3
|
||||
* @{
|
||||
*
|
||||
* @file
|
||||
|
3
dist/tools/doccheck/check.sh
vendored
3
dist/tools/doccheck/check.sh
vendored
@ -64,7 +64,8 @@ UNDEFINED_GROUPS_PRINT=$( \
|
||||
if [ -n "${UNDEFINED_GROUPS}" ]
|
||||
then
|
||||
COUNT=$(echo "${UNDEFINED_GROUPS}" | wc -l)
|
||||
echo -ne "${CWARN}WARNING${CRESET} "
|
||||
echo -ne "${CERROR}ERROR${CRESET} "
|
||||
echo -e "There are ${CWARN}${COUNT}${CRESET} undefined Doxygen groups:"
|
||||
echo "${UNDEFINED_GROUPS_PRINT}"
|
||||
exit 2
|
||||
fi
|
||||
|
@ -7,7 +7,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @ingroup drivers_adcxx1x
|
||||
* @ingroup drivers_adcxx1c
|
||||
* @{
|
||||
*
|
||||
* @file
|
||||
|
@ -7,7 +7,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @ingroup drivers_adcxx1x
|
||||
* @ingroup drivers_adcxx1c
|
||||
* @{
|
||||
*
|
||||
* @file
|
||||
|
@ -7,7 +7,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @ingroup drivers_adcxx1x
|
||||
* @ingroup drivers_adcxx1c
|
||||
* @{
|
||||
*
|
||||
* @file
|
||||
|
@ -7,7 +7,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @defgroup drivers_adcxx1x ADCXX1C ADC device driver
|
||||
* @defgroup drivers_adcxx1c ADCXX1C ADC device driver
|
||||
* @ingroup drivers_sensors
|
||||
* @brief I2C Analog-to-Digital Converter device driver
|
||||
*
|
||||
|
@ -7,6 +7,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @defgroup drivers_netdev_eth Ethernet drivers
|
||||
* @ingroup drivers_netdev_api
|
||||
* @{
|
||||
*
|
||||
|
@ -7,7 +7,8 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @ingroup drivers_netdev_api
|
||||
* @defgroup drivers_netdev_ieee802154 802.15.4 radio drivers
|
||||
* @ingroup drivers_netdev_api
|
||||
* @brief
|
||||
* @{
|
||||
*
|
||||
|
@ -9,7 +9,7 @@
|
||||
/**
|
||||
* @defgroup drivers_tja1042 TJA1042
|
||||
* @ingroup drivers_can
|
||||
* @ingroup trx_can
|
||||
* @ingroup drivers_can_trx
|
||||
* @brief tja1042 High Speed CAN transceiver driver
|
||||
*
|
||||
* @{
|
||||
|
@ -7,7 +7,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @ingroup driver_isl29020
|
||||
* @ingroup drivers_isl29020
|
||||
* @{
|
||||
*
|
||||
* @file
|
||||
|
@ -7,7 +7,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @ingroup tests_kw2xrf
|
||||
* @ingroup drivers_kw2xrf
|
||||
* @{
|
||||
*
|
||||
* @file
|
||||
|
@ -7,7 +7,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @ingroup driver_lsm303dlhc
|
||||
* @ingroup drivers_lsm303dlhc
|
||||
*
|
||||
* @{
|
||||
*
|
||||
|
@ -9,7 +9,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @ingroup drivers_mma8652
|
||||
* @ingroup drivers_mma8x5x
|
||||
* @{
|
||||
*
|
||||
* @file
|
||||
|
@ -7,7 +7,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @ingroup driver_mma8x5x
|
||||
* @ingroup drivers_mma8x5x
|
||||
* @{
|
||||
*
|
||||
* @file
|
||||
|
@ -7,7 +7,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @ingroup driver_netdev_eth
|
||||
* @ingroup drivers_netdev_eth
|
||||
* @{
|
||||
*
|
||||
* @file
|
||||
|
@ -7,7 +7,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @ingroup driver_netdev_ieee802154
|
||||
* @ingroup drivers_netdev_ieee802154
|
||||
* @{
|
||||
*
|
||||
* @file
|
||||
|
@ -16,7 +16,7 @@
|
||||
#include "vfs.h"
|
||||
|
||||
/**
|
||||
* @ingroup nvram
|
||||
* @ingroup drivers_nvram
|
||||
* @{
|
||||
*
|
||||
* @file
|
||||
|
@ -17,7 +17,7 @@
|
||||
#include "xtimer.h"
|
||||
|
||||
/**
|
||||
* @ingroup nvram
|
||||
* @ingroup drivers_nvram
|
||||
* @{
|
||||
*
|
||||
* @file
|
||||
|
@ -7,7 +7,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @ingroup xtimer_examples
|
||||
* @ingroup examples
|
||||
* @{
|
||||
*
|
||||
* @file
|
||||
|
@ -7,7 +7,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @ingroup sys_fatfs_diskio
|
||||
* @ingroup pkg_fatfs
|
||||
* @brief
|
||||
* @{
|
||||
*
|
||||
|
@ -7,7 +7,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @ingroup sys_fatfs_diskio
|
||||
* @ingroup pkg_fatfs
|
||||
* @{
|
||||
*
|
||||
* @file
|
||||
|
@ -7,7 +7,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @ingroup fs
|
||||
* @ingroup pkg_fatfs
|
||||
* @{
|
||||
*
|
||||
* @file
|
||||
|
@ -1,3 +1,3 @@
|
||||
/**
|
||||
* @defgroup lwip_contrib RIOT lwIP port
|
||||
* @defgroup pkg_lwip_contrib RIOT lwIP port
|
||||
*/
|
||||
|
@ -7,8 +7,8 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @defgroup lwip_arch_cc Compiler and processor description
|
||||
* @ingroup lwip
|
||||
* @defgroup pkg_lwip_arch_cc Compiler and processor description
|
||||
* @ingroup pkg_lwip
|
||||
* @brief Describes compiler and processor to lwIP
|
||||
* @{
|
||||
*
|
||||
|
@ -7,8 +7,8 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @defgroup lwip_arch_sys_arch Architecture depentent definitions
|
||||
* @ingroup lwip
|
||||
* @defgroup pkg_lwip_arch_sys_arch Architecture depentent definitions
|
||||
* @ingroup pkg_lwip
|
||||
* @brief Semaphores and mailboxes.
|
||||
* @{
|
||||
*
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user