mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
boards: fix doxygen grouping
This commit is contained in:
parent
a08e9919a9
commit
6bc494b928
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user