1
0
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:
Martine Lenders 2018-06-11 20:14:33 +02:00 committed by GitHub
commit 8fd85e1c13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
206 changed files with 318 additions and 239 deletions

View File

@ -7,7 +7,7 @@
*/
/**
* @ingroup chronos
* @ingroup boards_chronos
* @{
*/

View File

@ -7,7 +7,7 @@
*/
/**
* @ingroup chronos
* @ingroup boards_chronos
* @{
*/

View File

@ -7,7 +7,7 @@
*/
/**
* @ingroup chronos
* @ingroup boards_chronos
* @{
*/

View File

@ -34,7 +34,7 @@
*/
/**
* @ingroup chronos
* @ingroup boards_chronos
* @{
*/

View File

@ -7,7 +7,7 @@
*/
/**
* @ingroup chronos
* @ingroup boards_chronos
* @{
*/

View File

@ -8,7 +8,7 @@
*/
/**
* @ingroup chronos
* @ingroup boards_chronos
* @{
*/

View File

@ -8,7 +8,7 @@
*/
/**
* @ingroup boards_arduino-mkr-common
* @ingroup boards_common_arduino-mkr
* @{
* @file
* @brief Board common implementations for the Arduino MKR boards

View File

@ -7,7 +7,7 @@
*/
/**
* @ingroup boards_common_atmega
* @ingroup boards_common
* @{
*
* @file

View File

@ -10,7 +10,7 @@
#define SHT11_BOARD_H
/**
* @ingroup lpc2387
* @ingroup boards_common_msba2
* @{
*/

View File

@ -7,7 +7,7 @@
*/
/**
* @ingroup boards_common_nrf52xxxdk
* @ingroup boards_common_nrf52
* @{
*
* @file

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

View File

@ -7,7 +7,7 @@
*/
/**
* @ingroup boards_frdm_k22f
* @ingroup boards_frdm-k22f
* @{
*
* @file

View File

@ -7,7 +7,7 @@
*/
/**
* @ingroup boards_frdm_kw41z
* @ingroup boards_frdm-kw41z
* @{
*
* @file

View File

@ -7,7 +7,7 @@
*/
/**
* @ingroup boards_frdm_kw41z
* @ingroup boards_frdm-kw41z
* @{
*
* @file

View File

@ -8,7 +8,7 @@
*/
/**
* @ingroup msba2
* @ingroup boards_msba2
* @{
*/

View File

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

View File

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

View File

@ -8,7 +8,7 @@
*/
/**
* @ingroup board_pba-d-01
* @ingroup boards_pba-d-01-kw2x
* @{
*
* @file

View File

@ -8,7 +8,7 @@
*/
/**
* @ingroup board_remote-pa
* @ingroup boards_remote-pa
* @{
*
* @file

View File

@ -7,7 +7,7 @@
*/
/**
* @ingroup core_sync Synchronization
* @ingroup core_sync
* @brief Recursive Mutex for thread synchronization
* @{
*

View File

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

View File

@ -7,8 +7,7 @@
*/
/**
* @ingroup core_sync Synchronization
* @brief Recursive Mutex for thread synchronization
* @ingroup core_sync
* @{
*
* @file

View File

@ -9,7 +9,7 @@
/**
* @ingroup cpu_cc2538
* @ingroup drivers_periph_hwng
* @ingroup drivers_periph_hwrng
* @{
*
* @file

View File

@ -7,7 +7,7 @@
*/
/**
* @ingroup cpu_cc26x0_i2c_definitions
* @ingroup cpu_cc26x0_definitions
* @{
*
* @file

View File

@ -7,7 +7,7 @@
*/
/**
* @ingroup cpu_cc26x0_ioc_definitions
* @ingroup cpu_cc26x0_definitions
* @{
*
* @file

View File

@ -34,7 +34,7 @@
* ************************************************************************************************/
/**
* @ingroup cc430
* @ingroup cpu_cc430
* @{
*/

View File

@ -7,7 +7,7 @@
*/
/**
* @defgroup cc430 TI CC430
* @defgroup cpu_cc430 TI CC430
* @brief Texas Instruments CC430 specific code
* @ingroup cpu
*/

View File

@ -16,7 +16,7 @@ extern "C" {
#endif
/**
* @ingroup cc430
* @ingroup cpu_cc430
*/
/**

View File

@ -8,7 +8,7 @@
*/
/**
* @ingroup cc430
* @ingroup cpu_cc430
* @ingroup drivers_periph_rtc
* @{
*

View File

@ -7,7 +7,7 @@
*/
/**
* @ingroup cc430
* @ingroup cpu_cc430
* @ingroup drivers_periph_timer
* @{
*

View File

@ -9,7 +9,7 @@
*/
/**
* @ingroup cortex-m_common
* @ingroup cpu_cortexm_common
* @{
*
* @file

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

View File

@ -7,7 +7,7 @@
*/
/**
* @ingroup cpu_k22f
* @ingroup cpu_kinetis
* @{
*
* @file

View File

@ -9,7 +9,7 @@
/**
* @ingroup cpu_kinetis
* @ingroup drivers_periph_hwng
* @ingroup drivers_periph_hwrng
*
* @{
*

View File

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

View File

@ -9,7 +9,7 @@
/**
* @ingroup cpu_kinetis
* @ingroup drivers_periph_mcg
* @ingroup cpu_kinetis_mcg
* @{
*
* @file

View File

@ -9,7 +9,7 @@
/**
* @ingroup cpu_kinetis
* @ingroup drivers_periph_watchdog
* @ingroup cpu_kinetis_wdog
*
* @{
*

View File

@ -7,7 +7,7 @@
*/
/**
* @ingroup lpc2387
* @ingroup cpu_lpc2387
* @{
*/

View File

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

View File

@ -10,7 +10,7 @@
#define CPU_H
/**
* @defgroup lpc2387 NXP LPC2387
* @defgroup cpu_lpc2387 NXP LPC2387
* @ingroup cpu
* @brief NXP LPC2387 specific code
* @{

View File

@ -15,8 +15,7 @@ extern "C" {
#endif
/**
* @ingroup conf
* @ingroup lpc2387
* @ingroup cpu_lpc2387
*
* @{
*/

View File

@ -7,7 +7,7 @@
*/
/**
* @ingroup lpc2387
* @ingroup cpu_lpc2387
* @{
*/

View File

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

View File

@ -7,7 +7,7 @@
*/
/**
* @ingroup sys_newlib
* @ingroup sys_newlib
* @{
*
* @file

View 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

View File

@ -7,7 +7,9 @@
*/
/**
* @ingroup cpu_msp430fxyz
* @defgroup cpu_msp430fxyz TI MSP430F
* @ingroup cpu
* @brief Texas Instruments MSP430F family specific code
* @{
*
* @file

View 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>

View File

@ -7,7 +7,7 @@
*/
/**
* @ingroup native_cpu
* @ingroup cpu_native
* @{
*
* @file

View 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

View File

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

View File

@ -11,7 +11,7 @@
*/
/**
* @addtogroup native_cpu
* @ingroup cpu_native
* @{
* @author Ludwig Knüpfer <ludwig.knuepfer@fu-berlin.de>
*/

View File

@ -7,7 +7,7 @@
*/
/**
* @ingroup netdev
* @ingroup drivers_netdev
* @brief Low-level ethernet driver for native tap interfaces
* @{
*

View File

@ -7,7 +7,7 @@
*/
/**
* @ingroup netdev
* @ingroup drivers_netdev
* @brief
* @{
*

View File

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

View File

@ -7,7 +7,7 @@
*/
/**
* @ingroup native_cpu
* @ingroup cpu_native
* @{
*
* @file

View File

@ -7,7 +7,7 @@
*/
/**
* @ingroup native_cpu
* @ingroup cpu_native
* @{
*
* @file

View 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>

View File

@ -8,7 +8,7 @@
*/
/**
* @ingroup native_cpu
* @ingroup cpu_native
* @{
*
* @file

View File

@ -10,7 +10,7 @@
*/
/*
* @ingroup netdev
* @ingroup drivers_netdev
* @{
* @brief Low-level ethernet driver for tap interfaces
* @author Kaspar Schleiser <kaspar@schleiser.de>

View File

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

View File

@ -7,7 +7,7 @@
*/
/**
* @ingroup native_cpu
* @ingroup cpu_native
* @{
*
* @file

View File

@ -7,7 +7,7 @@
*/
/**
* @ingroup native_cpu
* @ingroup cpu_native
* @ingroup drivers_periph_gpio
* @{
*

View File

@ -8,7 +8,7 @@
*/
/**
* @ingroup native_cpu
* @ingroup cpu_native
* @ingroup drivers_periph_hwrng
* @{
*

View File

@ -7,7 +7,7 @@
*/
/**
* @ingroup native_cpu
* @ingroup cpu_native
* @ingroup drivers_periph_pm
* @{
*

View File

@ -7,7 +7,7 @@
*/
/**
* @ingroup native_cpu
* @ingroup cpu_native
* @ingroup drivers_periph_qdec
* @{
*

View File

@ -8,7 +8,7 @@
*/
/**
* @ingroup native_cpu
* @ingroup cpu_native
* @ingroup drivers_periph_timer
* @{
*

View File

@ -7,7 +7,7 @@
*/
/**
* @ingroup native_cpu
* @ingroup cpu_native
* @ingroup drivers_periph_uart
* @{
*

View File

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

View File

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

View File

@ -7,7 +7,7 @@
*/
/**
* @ingroup native_cpu
* @ingroup cpu_native
* @{
*
* @file

View File

@ -7,7 +7,7 @@
*/
/**
* @ingroup cpu_nrf51822
* @ingroup cpu_nrf51
* @{
*
* @file

View File

@ -7,7 +7,9 @@
*/
/**
* @ingroup cpu_nrf51822
* @defgroup cpu_nrf51 Nordic nRF51 MCU
* @ingroup cpu
* @brief Nordic nRF51 family of CPUs
* @{
*
* @file

View File

@ -7,7 +7,7 @@
*/
/**
* @ingroup cpu_nrf51822
* @ingroup cpu_nrf51
* @{
*
* @file

View File

@ -7,7 +7,9 @@
*/
/**
* @ingroup cpu_nrf52
* @defgroup cpu_nrf52 Nordic nRF52 MCU
* @ingroup cpu
* @brief Nordic nRF52 family of CPUs
* @{
*
* @file

View File

@ -7,7 +7,7 @@
*/
/**
* @ingroup cpu_sam3x8e
* @ingroup cpu_sam3
* @{
*
* @file

View File

@ -7,7 +7,7 @@
*/
/**
* @addtogroup cpu_sam3x8e
* @addtogroup cpu_sam3
* @{
*
* @file

View File

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

View File

@ -7,7 +7,7 @@
*/
/**
* @ingroup drivers_adcxx1x
* @ingroup drivers_adcxx1c
* @{
*
* @file

View File

@ -7,7 +7,7 @@
*/
/**
* @ingroup drivers_adcxx1x
* @ingroup drivers_adcxx1c
* @{
*
* @file

View File

@ -7,7 +7,7 @@
*/
/**
* @ingroup drivers_adcxx1x
* @ingroup drivers_adcxx1c
* @{
*
* @file

View 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
*

View File

@ -7,6 +7,7 @@
*/
/**
* @defgroup drivers_netdev_eth Ethernet drivers
* @ingroup drivers_netdev_api
* @{
*

View File

@ -7,7 +7,8 @@
*/
/**
* @ingroup drivers_netdev_api
* @defgroup drivers_netdev_ieee802154 802.15.4 radio drivers
* @ingroup drivers_netdev_api
* @brief
* @{
*

View File

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

View File

@ -7,7 +7,7 @@
*/
/**
* @ingroup driver_isl29020
* @ingroup drivers_isl29020
* @{
*
* @file

View File

@ -7,7 +7,7 @@
*/
/**
* @ingroup tests_kw2xrf
* @ingroup drivers_kw2xrf
* @{
*
* @file

View File

@ -7,7 +7,7 @@
*/
/**
* @ingroup driver_lsm303dlhc
* @ingroup drivers_lsm303dlhc
*
* @{
*

View File

@ -9,7 +9,7 @@
*/
/**
* @ingroup drivers_mma8652
* @ingroup drivers_mma8x5x
* @{
*
* @file

View File

@ -7,7 +7,7 @@
*/
/**
* @ingroup driver_mma8x5x
* @ingroup drivers_mma8x5x
* @{
*
* @file

View File

@ -7,7 +7,7 @@
*/
/**
* @ingroup driver_netdev_eth
* @ingroup drivers_netdev_eth
* @{
*
* @file

View File

@ -7,7 +7,7 @@
*/
/**
* @ingroup driver_netdev_ieee802154
* @ingroup drivers_netdev_ieee802154
* @{
*
* @file

View File

@ -16,7 +16,7 @@
#include "vfs.h"
/**
* @ingroup nvram
* @ingroup drivers_nvram
* @{
*
* @file

View File

@ -17,7 +17,7 @@
#include "xtimer.h"
/**
* @ingroup nvram
* @ingroup drivers_nvram
* @{
*
* @file

View File

@ -7,7 +7,7 @@
*/
/**
* @ingroup xtimer_examples
* @ingroup examples
* @{
*
* @file

View File

@ -7,7 +7,7 @@
*/
/**
* @ingroup sys_fatfs_diskio
* @ingroup pkg_fatfs
* @brief
* @{
*

View File

@ -7,7 +7,7 @@
*/
/**
* @ingroup sys_fatfs_diskio
* @ingroup pkg_fatfs
* @{
*
* @file

View File

@ -7,7 +7,7 @@
*/
/**
* @ingroup fs
* @ingroup pkg_fatfs
* @{
*
* @file

View File

@ -1,3 +1,3 @@
/**
* @defgroup lwip_contrib RIOT lwIP port
* @defgroup pkg_lwip_contrib RIOT lwIP port
*/

View File

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

View File

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