From 6bc494b9280cb7e8391daf19fdfbc82adadedae9 Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Fri, 1 Jun 2018 12:09:16 +0200 Subject: [PATCH] boards: fix doxygen grouping --- boards/chronos/board_init.c | 2 +- boards/chronos/drivers/battery.c | 2 +- boards/chronos/drivers/buzzer.c | 2 +- boards/chronos/drivers/display.c | 2 +- boards/chronos/drivers/display_putchar.c | 2 +- boards/chronos/stdio.c | 2 +- boards/common/arduino-mkr/board.c | 2 +- boards/common/atmega/board.c | 2 +- boards/common/msba2/drivers/include/sht11-board.h | 2 +- boards/common/nrf52xxxdk/board.c | 2 +- boards/common/stm32f103c8/include/periph_conf.h | 5 ++++- boards/frdm-k22f/include/gpio_params.h | 2 +- boards/frdm-kw41z/include/adc_params.h | 2 +- boards/frdm-kw41z/include/gpio_params.h | 2 +- boards/msba2/board_init.c | 2 +- boards/native/board_init.c | 2 +- boards/native/drivers/native-led.c | 2 +- boards/pba-d-01-kw2x/board.c | 2 +- boards/remote-pa/board.c | 2 +- 19 files changed, 22 insertions(+), 19 deletions(-) diff --git a/boards/chronos/board_init.c b/boards/chronos/board_init.c index 0a24e48e16..da2ad5ef6c 100644 --- a/boards/chronos/board_init.c +++ b/boards/chronos/board_init.c @@ -7,7 +7,7 @@ */ /** - * @ingroup chronos + * @ingroup boards_chronos * @{ */ diff --git a/boards/chronos/drivers/battery.c b/boards/chronos/drivers/battery.c index 2e954d075c..6c4ec88b5b 100644 --- a/boards/chronos/drivers/battery.c +++ b/boards/chronos/drivers/battery.c @@ -7,7 +7,7 @@ */ /** - * @ingroup chronos + * @ingroup boards_chronos * @{ */ diff --git a/boards/chronos/drivers/buzzer.c b/boards/chronos/drivers/buzzer.c index 86d139039d..120e07a3b5 100644 --- a/boards/chronos/drivers/buzzer.c +++ b/boards/chronos/drivers/buzzer.c @@ -7,7 +7,7 @@ */ /** - * @ingroup chronos + * @ingroup boards_chronos * @{ */ diff --git a/boards/chronos/drivers/display.c b/boards/chronos/drivers/display.c index 88f1d977ad..a0071ddc4c 100644 --- a/boards/chronos/drivers/display.c +++ b/boards/chronos/drivers/display.c @@ -34,7 +34,7 @@ */ /** - * @ingroup chronos + * @ingroup boards_chronos * @{ */ diff --git a/boards/chronos/drivers/display_putchar.c b/boards/chronos/drivers/display_putchar.c index 25a1cd58e0..f3f904551b 100644 --- a/boards/chronos/drivers/display_putchar.c +++ b/boards/chronos/drivers/display_putchar.c @@ -7,7 +7,7 @@ */ /** - * @ingroup chronos + * @ingroup boards_chronos * @{ */ diff --git a/boards/chronos/stdio.c b/boards/chronos/stdio.c index 0de7f23a28..f94b9875aa 100644 --- a/boards/chronos/stdio.c +++ b/boards/chronos/stdio.c @@ -8,7 +8,7 @@ */ /** - * @ingroup chronos + * @ingroup boards_chronos * @{ */ diff --git a/boards/common/arduino-mkr/board.c b/boards/common/arduino-mkr/board.c index c78e883681..35ec380a96 100644 --- a/boards/common/arduino-mkr/board.c +++ b/boards/common/arduino-mkr/board.c @@ -8,7 +8,7 @@ */ /** - * @ingroup boards_arduino-mkr-common + * @ingroup boards_common_arduino-mkr * @{ * @file * @brief Board common implementations for the Arduino MKR boards diff --git a/boards/common/atmega/board.c b/boards/common/atmega/board.c index 01c58b31dd..40605c4c2e 100644 --- a/boards/common/atmega/board.c +++ b/boards/common/atmega/board.c @@ -7,7 +7,7 @@ */ /** - * @ingroup boards_common_atmega + * @ingroup boards_common * @{ * * @file diff --git a/boards/common/msba2/drivers/include/sht11-board.h b/boards/common/msba2/drivers/include/sht11-board.h index 4ab9808a46..7ee0009965 100644 --- a/boards/common/msba2/drivers/include/sht11-board.h +++ b/boards/common/msba2/drivers/include/sht11-board.h @@ -10,7 +10,7 @@ #define SHT11_BOARD_H /** - * @ingroup lpc2387 + * @ingroup boards_common_msba2 * @{ */ diff --git a/boards/common/nrf52xxxdk/board.c b/boards/common/nrf52xxxdk/board.c index 05dc074ddd..ceccba5c1a 100644 --- a/boards/common/nrf52xxxdk/board.c +++ b/boards/common/nrf52xxxdk/board.c @@ -7,7 +7,7 @@ */ /** - * @ingroup boards_common_nrf52xxxdk + * @ingroup boards_common_nrf52 * @{ * * @file diff --git a/boards/common/stm32f103c8/include/periph_conf.h b/boards/common/stm32f103c8/include/periph_conf.h index a151cee375..08bfaedaba 100644 --- a/boards/common/stm32f103c8/include/periph_conf.h +++ b/boards/common/stm32f103c8/include/periph_conf.h @@ -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 */ +/** @} */ diff --git a/boards/frdm-k22f/include/gpio_params.h b/boards/frdm-k22f/include/gpio_params.h index 65481c1f47..8a8f5d6dab 100644 --- a/boards/frdm-k22f/include/gpio_params.h +++ b/boards/frdm-k22f/include/gpio_params.h @@ -7,7 +7,7 @@ */ /** - * @ingroup boards_frdm_k22f + * @ingroup boards_frdm-k22f * @{ * * @file diff --git a/boards/frdm-kw41z/include/adc_params.h b/boards/frdm-kw41z/include/adc_params.h index 0c4a109e2e..3fe2783a3d 100644 --- a/boards/frdm-kw41z/include/adc_params.h +++ b/boards/frdm-kw41z/include/adc_params.h @@ -7,7 +7,7 @@ */ /** - * @ingroup boards_frdm_kw41z + * @ingroup boards_frdm-kw41z * @{ * * @file diff --git a/boards/frdm-kw41z/include/gpio_params.h b/boards/frdm-kw41z/include/gpio_params.h index b5c717cd6c..d02434ac33 100644 --- a/boards/frdm-kw41z/include/gpio_params.h +++ b/boards/frdm-kw41z/include/gpio_params.h @@ -7,7 +7,7 @@ */ /** - * @ingroup boards_frdm_kw41z + * @ingroup boards_frdm-kw41z * @{ * * @file diff --git a/boards/msba2/board_init.c b/boards/msba2/board_init.c index 4075240712..a386a9984c 100644 --- a/boards/msba2/board_init.c +++ b/boards/msba2/board_init.c @@ -8,7 +8,7 @@ */ /** - * @ingroup msba2 + * @ingroup boards_msba2 * @{ */ diff --git a/boards/native/board_init.c b/boards/native/board_init.c index 52cb9aef98..7b331f08c0 100644 --- a/boards/native/board_init.c +++ b/boards/native/board_init.c @@ -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 diff --git a/boards/native/drivers/native-led.c b/boards/native/drivers/native-led.c index 1b6e5c09c6..2bc0e1d686 100644 --- a/boards/native/drivers/native-led.c +++ b/boards/native/drivers/native-led.c @@ -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 diff --git a/boards/pba-d-01-kw2x/board.c b/boards/pba-d-01-kw2x/board.c index 923e665833..3baf0eb36d 100644 --- a/boards/pba-d-01-kw2x/board.c +++ b/boards/pba-d-01-kw2x/board.c @@ -8,7 +8,7 @@ */ /** - * @ingroup board_pba-d-01 + * @ingroup boards_pba-d-01-kw2x * @{ * * @file diff --git a/boards/remote-pa/board.c b/boards/remote-pa/board.c index 3f2807d171..879e081627 100644 --- a/boards/remote-pa/board.c +++ b/boards/remote-pa/board.c @@ -8,7 +8,7 @@ */ /** - * @ingroup board_remote-pa + * @ingroup boards_remote-pa * @{ * * @file