diff --git a/boards/common/arduino-atmega/board.c b/boards/common/arduino-atmega/board.c index 3bf9296d37..33afa0e9b3 100644 --- a/boards/common/arduino-atmega/board.c +++ b/boards/common/arduino-atmega/board.c @@ -9,7 +9,7 @@ */ /** - * @ingroup boards_arduino-atmega-common + * @ingroup boards_common_arduino-atmega * @{ * * @file diff --git a/boards/common/arduino-atmega/include/arduino_board.h b/boards/common/arduino-atmega/include/arduino_board.h index de5c4c82df..a9397676fe 100644 --- a/boards/common/arduino-atmega/include/arduino_board.h +++ b/boards/common/arduino-atmega/include/arduino_board.h @@ -7,7 +7,7 @@ */ /** - * @ingroup boards_arduino-atmega-common + * @ingroup boards_common_arduino-atmega * @{ * * @file diff --git a/boards/common/arduino-atmega/include/arduino_pinmap.h b/boards/common/arduino-atmega/include/arduino_pinmap.h index 842a2d72bd..98d5b2bb5c 100644 --- a/boards/common/arduino-atmega/include/arduino_pinmap.h +++ b/boards/common/arduino-atmega/include/arduino_pinmap.h @@ -8,7 +8,7 @@ */ /** - * @ingroup boards_arduino-atmega-common + * @ingroup boards_common_arduino-atmega * @{ * * @file diff --git a/boards/common/arduino-atmega/include/board_common.h b/boards/common/arduino-atmega/include/board_common.h index bc78749d99..be77f2cf2c 100644 --- a/boards/common/arduino-atmega/include/board_common.h +++ b/boards/common/arduino-atmega/include/board_common.h @@ -8,7 +8,9 @@ */ /* - * @ingroup boards_arduino-atmega-common + * @defgroup boards_common_arduino-atmega Arduino Atmega Common + * @ingroup boards_common + * @brief Shared files and configuration for Arduino Atmega boards. * @{ * * @file diff --git a/boards/common/arduino-atmega/include/gpio_params.h b/boards/common/arduino-atmega/include/gpio_params.h index d703508765..1cf28a85fd 100644 --- a/boards/common/arduino-atmega/include/gpio_params.h +++ b/boards/common/arduino-atmega/include/gpio_params.h @@ -7,7 +7,7 @@ */ /** - * @ingroup boards_arduino-atmega-common + * @ingroup boards_common_arduino-atmega * @{ * * @file diff --git a/boards/common/arduino-atmega/include/periph_conf.h b/boards/common/arduino-atmega/include/periph_conf.h index b3506efdcb..52d1c345ac 100644 --- a/boards/common/arduino-atmega/include/periph_conf.h +++ b/boards/common/arduino-atmega/include/periph_conf.h @@ -9,7 +9,7 @@ */ /** - * @ingroup boards_arduino-atmega-common + * @ingroup boards_common_arduino-atmega * @{ * * @file diff --git a/boards/common/arduino-due/include/board.h b/boards/common/arduino-due/include/board.h index a5e86a5ab4..cdc1f5cf9b 100644 --- a/boards/common/arduino-due/include/board.h +++ b/boards/common/arduino-due/include/board.h @@ -7,9 +7,9 @@ */ /** - * @defgroup boards_common_arduino_due Shared Arduino Due Code - * @ingroup boards - * @brief Shared code for Arduino Due based boards + * @defgroup boards_common_arduino_due Arduino Due Common + * @ingroup boards_common + * @brief Shared files and configuration for Arduino Due based boards. * @{ * * @file diff --git a/boards/common/arduino-due/include/gpio_params.h b/boards/common/arduino-due/include/gpio_params.h index f3c7d9d165..79273cb9fd 100644 --- a/boards/common/arduino-due/include/gpio_params.h +++ b/boards/common/arduino-due/include/gpio_params.h @@ -7,13 +7,13 @@ */ /** - * @ingroup boards_common_arduino_due + * @ingroup boards_common_arduino_due * @{ * * @file - * @brief Board specific configuration of direct mapped GPIOs + * @brief Board specific configuration of direct mapped GPIOs * - * @author Hauke Petersen + * @author Hauke Petersen */ #ifndef GPIO_PARAMS_H diff --git a/boards/common/arduino-mkr/board.c b/boards/common/arduino-mkr/board.c index 939d06ced8..c78e883681 100644 --- a/boards/common/arduino-mkr/board.c +++ b/boards/common/arduino-mkr/board.c @@ -9,12 +9,13 @@ /** * @ingroup boards_arduino-mkr-common - * + * @{ * @file * @brief Board common implementations for the Arduino MKR boards * - * @author Hauke Pertersen + * @author Hauke Pertersen * @author Alexandre Abadie + * * @} */ diff --git a/boards/common/arduino-mkr/include/arduino_board.h b/boards/common/arduino-mkr/include/arduino_board.h index 41c8fc8796..4346e45194 100644 --- a/boards/common/arduino-mkr/include/arduino_board.h +++ b/boards/common/arduino-mkr/include/arduino_board.h @@ -8,7 +8,7 @@ */ /** - * @ingroup boards_arduino-mkr1000 + * @ingroup boards_common_arduino-mkr * @{ * * @file diff --git a/boards/common/arduino-mkr/include/arduino_pinmap.h b/boards/common/arduino-mkr/include/arduino_pinmap.h index b48a11f886..2c53522568 100644 --- a/boards/common/arduino-mkr/include/arduino_pinmap.h +++ b/boards/common/arduino-mkr/include/arduino_pinmap.h @@ -7,7 +7,7 @@ */ /** - * @ingroup boards_arduino-mkr-common + * @ingroup boards_common_arduino-mkr * @{ * * @file diff --git a/boards/common/arduino-mkr/include/board_common.h b/boards/common/arduino-mkr/include/board_common.h index 7208e0fdef..459a5f8898 100644 --- a/boards/common/arduino-mkr/include/board_common.h +++ b/boards/common/arduino-mkr/include/board_common.h @@ -7,9 +7,9 @@ */ /** - * @defgroup boards_arduino-mkr-common Arduino MKR Common - * @ingroup boards - * @brief Support for the Arduino MKR boards type. + * @defgroup boards_common_arduino-mkr Arduino MKR Common + * @ingroup boards_common + * @brief Shared files and configuration for the Arduino MKR boards type. * @{ * * @file diff --git a/boards/common/arduino-mkr/include/gpio_params.h b/boards/common/arduino-mkr/include/gpio_params.h index 9d573ee9ea..df0e4c9af8 100644 --- a/boards/common/arduino-mkr/include/gpio_params.h +++ b/boards/common/arduino-mkr/include/gpio_params.h @@ -8,14 +8,14 @@ */ /** - * @ingroup boards_arduino-mkr-common + * @ingroup boards_common_arduino-mkr * @{ * * @file - * @brief Board specific configuration of direct mapped GPIOs + * @brief Board specific configuration of direct mapped GPIOs * - * @author Alexandre Abadie - * @author Hauke Petersen + * @author Alexandre Abadie + * @author Hauke Petersen */ #ifndef GPIO_PARAMS_H diff --git a/boards/common/arduino-mkr/include/periph_conf.h b/boards/common/arduino-mkr/include/periph_conf.h index b13064bc45..f439b1f1b9 100644 --- a/boards/common/arduino-mkr/include/periph_conf.h +++ b/boards/common/arduino-mkr/include/periph_conf.h @@ -8,7 +8,7 @@ */ /** - * @ingroup boards_arduino-mkr-common + * @ingroup boards_common_arduino-mkr * @{ * * @file diff --git a/boards/common/doc.txt b/boards/common/doc.txt new file mode 100644 index 0000000000..8865bf16a9 --- /dev/null +++ b/boards/common/doc.txt @@ -0,0 +1,16 @@ +/* + * Copyright (C) 2017 HAW Hamburg + * + * This file is subject to the terms and conditions of the GNU Lesser + * General Public License v2.1. See the file LICENSE in the top level + * directory for more details. + */ + +/** + * @defgroup boards_common Common Board Groups + * @ingroup boards + * @brief Common definitions and implementations for board groups + * + * Several boards share many definitions and implementations, these are + * collectively stored into a common module per board group. + */ diff --git a/boards/common/arduino-atmega/doc.txt b/boards/common/frdm/doc.txt similarity index 57% rename from boards/common/arduino-atmega/doc.txt rename to boards/common/frdm/doc.txt index c4508e5adf..c4d79b2245 100644 --- a/boards/common/arduino-atmega/doc.txt +++ b/boards/common/frdm/doc.txt @@ -7,7 +7,7 @@ */ /** - * @defgroup boards_arduino-atmega-common Arduino Atmega Common - * @ingroup boards - * @brief Common configuration and settings for Arduino Atmega boards + * @defgroup boards_common_frdm NXP FRDM Common + * @ingroup boards_common + * @brief Shared files and configuration for the NXP Freedom Boards. */ diff --git a/boards/common/iotlab/include/board_common.h b/boards/common/iotlab/include/board_common.h index 3ff17b1ed6..b029ef1bbc 100644 --- a/boards/common/iotlab/include/board_common.h +++ b/boards/common/iotlab/include/board_common.h @@ -7,9 +7,9 @@ */ /** - * @defgroup boards_iotlab-m3 IoT-LAB M3 open node - * @ingroup boards - * @brief Board specific files for the iotlab-m3 board. + * @defgroup boards_common_iotlab IoTlab Common + * @ingroup boards_common + * @brief Shared files and configuration for the IoTlab boards. * @{ * * @file diff --git a/boards/common/iotlab/include/gpio_params.h b/boards/common/iotlab/include/gpio_params.h index 7a3f26e6c4..8b8a2e065b 100644 --- a/boards/common/iotlab/include/gpio_params.h +++ b/boards/common/iotlab/include/gpio_params.h @@ -7,7 +7,7 @@ */ /** - * @ingroup boards_iotlab-m3 + * @ingroup boards_common_iotlab * @{ * * @file diff --git a/boards/common/iotlab/include/l3g4200d_params.h b/boards/common/iotlab/include/l3g4200d_params.h index 889e770850..239e8ee834 100644 --- a/boards/common/iotlab/include/l3g4200d_params.h +++ b/boards/common/iotlab/include/l3g4200d_params.h @@ -7,7 +7,7 @@ */ /** - * @ingroup boards_iotlab-m3 + * @ingroup boards_common_iotlab * @{ * * @file diff --git a/boards/common/iotlab/include/lsm303dlhc_params.h b/boards/common/iotlab/include/lsm303dlhc_params.h index 2d1dc6cdf6..0f7117d6b9 100644 --- a/boards/common/iotlab/include/lsm303dlhc_params.h +++ b/boards/common/iotlab/include/lsm303dlhc_params.h @@ -7,7 +7,7 @@ */ /** - * @ingroup boards_iotlab-m3 + * @ingroup boards_common_iotlab * @{ * * @file diff --git a/boards/common/iotlab/include/periph_conf_common.h b/boards/common/iotlab/include/periph_conf_common.h index df0ffc6a6f..b69ee112fa 100644 --- a/boards/common/iotlab/include/periph_conf_common.h +++ b/boards/common/iotlab/include/periph_conf_common.h @@ -7,7 +7,7 @@ */ /** - * @ingroup boards_iotlab-m3 + * @ingroup boards_common_iotlab * @{ * * @file diff --git a/boards/common/msb-430/board_init.c b/boards/common/msb-430/board_init.c index ddad1485de..913449807f 100644 --- a/boards/common/msb-430/board_init.c +++ b/boards/common/msb-430/board_init.c @@ -9,15 +9,13 @@ /** * @ingroup boards * @{ - */ - -/** * @file * @brief msb-430 common board initialization * * @author Oliver Hahm * @author Kaspar Schleiser * + * @} */ #include "cpu.h" diff --git a/boards/common/msb-430/drivers/include/sht11-board.h b/boards/common/msb-430/drivers/include/sht11-board.h index 5509a67857..a79fe22b4d 100644 --- a/boards/common/msb-430/drivers/include/sht11-board.h +++ b/boards/common/msb-430/drivers/include/sht11-board.h @@ -10,7 +10,7 @@ #define SHT11_BOARD_H /** - * @ingroup msb_430h + * @ingroup boards_common_msb-430 * @{ */ diff --git a/boards/common/msb-430/include/board_common.h b/boards/common/msb-430/include/board_common.h index 299d585eda..a6d3280e94 100644 --- a/boards/common/msb-430/include/board_common.h +++ b/boards/common/msb-430/include/board_common.h @@ -7,9 +7,9 @@ */ /** - * @defgroup boards_msb430-common MSB-430 common - * @ingroup boards - * @brief Common files for all MSB-430 boards + * @defgroup boards_common_msb-430 MSB-430 common + * @ingroup boards_common + * @brief Shared files and configuration for all MSB-430 boards. * @{ * * @file diff --git a/boards/common/msba2/board_common_init.c b/boards/common/msba2/board_common_init.c index 8e4723ac92..e2e3afb688 100644 --- a/boards/common/msba2/board_common_init.c +++ b/boards/common/msba2/board_common_init.c @@ -7,11 +7,8 @@ */ /** - * @ingroup msba2 + * @ingroup boards_common_msba2 * @{ - */ - -/** * @file * @brief MSB-A2 board initialization * @@ -20,6 +17,8 @@ * @author Michael Baar * @author Zakaria Kasmi * @note $Id$ + * + * @} */ #include #include "board.h" diff --git a/boards/common/msba2/include/msba2_common.h b/boards/common/msba2/include/msba2_common.h index de935216a6..4b9c9d3558 100644 --- a/boards/common/msba2/include/msba2_common.h +++ b/boards/common/msba2/include/msba2_common.h @@ -7,9 +7,9 @@ */ /** - * @defgroup boards_msba2-common MSB-A2 common - * @ingroup boards - * @brief Common files for all MSB-A2 based boards + * @defgroup boards_common_msba2 MSB-A2 common + * @ingroup boards_common + * @brief Shared files and configuration for all MSB-A2 boards. * @{ * * @file diff --git a/boards/common/nrf52xxxdk/board.c b/boards/common/nrf52xxxdk/board.c index d25e9f08e9..5a4b651195 100644 --- a/boards/common/nrf52xxxdk/board.c +++ b/boards/common/nrf52xxxdk/board.c @@ -7,7 +7,7 @@ */ /** - * @ingroup boards_nrf52840dk + * @ingroup boards_common_nrf52 * @{ * * @file diff --git a/boards/common/nrf52xxxdk/include/board_common.h b/boards/common/nrf52xxxdk/include/board_common.h index 1cffcbe633..16c64abfac 100644 --- a/boards/common/nrf52xxxdk/include/board_common.h +++ b/boards/common/nrf52xxxdk/include/board_common.h @@ -7,9 +7,9 @@ */ /** - * @defgroup boards_common_nrf52 Shared nRF52 code + * @defgroup boards_common_nrf52 NRF52 common * @ingroup boards_common - * @brief Shared configuration for all nRF52-based boards + * @brief Shared files and configuration for all nRF52 boards. * @{ * * @file diff --git a/boards/common/nrf52xxxdk/include/gpio_params.h b/boards/common/nrf52xxxdk/include/gpio_params.h index 4ac68e2487..8e236f54c5 100644 --- a/boards/common/nrf52xxxdk/include/gpio_params.h +++ b/boards/common/nrf52xxxdk/include/gpio_params.h @@ -7,7 +7,7 @@ */ /** - * @ingroup boards_nrf52dk + * @ingroup boards_common_nrf52 * @{ * * @file diff --git a/boards/common/nrf52xxxdk/include/periph_conf.h b/boards/common/nrf52xxxdk/include/periph_conf.h index e9a82db84f..4242273a3b 100644 --- a/boards/common/nrf52xxxdk/include/periph_conf.h +++ b/boards/common/nrf52xxxdk/include/periph_conf.h @@ -7,7 +7,7 @@ */ /** - * @ingroup boards_nrf52dk + * @ingroup boards_common_nrf52 * @{ * * @file diff --git a/boards/common/nucleo/include/arduino_board.h b/boards/common/nucleo/include/arduino_board.h index 2cdd599e2d..a64307120d 100644 --- a/boards/common/nucleo/include/arduino_board.h +++ b/boards/common/nucleo/include/arduino_board.h @@ -8,7 +8,7 @@ */ /** - * @ingroup boards_nucleo-common + * @ingroup boards_common_nucleo * @{ * * @file diff --git a/boards/common/nucleo/include/arduino_pinmap.h b/boards/common/nucleo/include/arduino_pinmap.h index 75bd8aa18c..03cad25c8d 100644 --- a/boards/common/nucleo/include/arduino_pinmap.h +++ b/boards/common/nucleo/include/arduino_pinmap.h @@ -7,7 +7,7 @@ */ /** - * @ingroup boards_nucleo-common + * @ingroup boards_common_nucleo * @{ * * @file diff --git a/boards/common/nucleo/include/board_common.h b/boards/common/nucleo/include/board_common.h index e374982467..eb91cd08c2 100644 --- a/boards/common/nucleo/include/board_common.h +++ b/boards/common/nucleo/include/board_common.h @@ -7,15 +7,12 @@ */ /** - * @defgroup boards_nucleo STM Nucleo boards + * @defgroup boards_nucleo STM Nucleo Boards * @ingroup boards - * @brief STM Nucleo boards - */ - -/** - * @defgroup boards_nucleo64_common STM Nucleo 64 boards common - * @ingroup boards_nucleo - * @brief Common files for STM Nucleo 64 boards + * + * @defgroup boards_common_nucleo STM Nucleo common + * @ingroup boards_common + * @brief Shared files and configuration for all STM Nucleo boards. * @{ * * @file diff --git a/boards/common/nucleo/include/gpio_params.h b/boards/common/nucleo/include/gpio_params.h index 40e4db59bd..4ab49d3817 100644 --- a/boards/common/nucleo/include/gpio_params.h +++ b/boards/common/nucleo/include/gpio_params.h @@ -7,14 +7,14 @@ */ /** - * @ingroup boards_nucleo-common + * @ingroup boards_common_nucleo * @{ * * @file - * @brief Board specific configuration of direct mapped GPIOs + * @brief Board specific configuration of direct mapped GPIOs * - * @author Alexandre Abadie - * @author Sebastian Meiling + * @author Alexandre Abadie + * @author Sebastian Meiling */ #ifndef GPIO_PARAMS_H diff --git a/boards/common/nucleo144/include/arduino_board.h b/boards/common/nucleo144/include/arduino_board.h index 3dae69fc9d..71624a051a 100644 --- a/boards/common/nucleo144/include/arduino_board.h +++ b/boards/common/nucleo144/include/arduino_board.h @@ -7,7 +7,7 @@ */ /** - * @ingroup boards_nucleo144-common + * @ingroup boards_common_nucleo144 * @{ * * @file diff --git a/boards/common/nucleo144/include/arduino_pinmap.h b/boards/common/nucleo144/include/arduino_pinmap.h index aceb56dbb1..678c6ab1aa 100644 --- a/boards/common/nucleo144/include/arduino_pinmap.h +++ b/boards/common/nucleo144/include/arduino_pinmap.h @@ -7,7 +7,7 @@ */ /** - * @ingroup boards_nucleo144-common + * @ingroup boards_common_nucleo144 * @{ * * @file diff --git a/boards/common/nucleo144/include/board_common.h b/boards/common/nucleo144/include/board_common.h index f4bc572cfb..e628765b38 100644 --- a/boards/common/nucleo144/include/board_common.h +++ b/boards/common/nucleo144/include/board_common.h @@ -8,9 +8,12 @@ */ /** - * @defgroup boards_nucleo144-common STM Nucleo-144 Common - * @ingroup boards_nucleo - * @brief Common files for STM Nucleo-144 boards + * @defgroup boards_nucleo144 STM Nucleo144 Boards + * @ingroup boards + * + * @defgroup boards_common_nucleo144 STM Nucleo144 common + * @ingroup boards_common + * @brief Shared files and configuration for all STM Nucleo144 boards. * @{ * * @file diff --git a/boards/common/nucleo144/include/gpio_params.h b/boards/common/nucleo144/include/gpio_params.h index b4e07b58ca..a688f97dbb 100644 --- a/boards/common/nucleo144/include/gpio_params.h +++ b/boards/common/nucleo144/include/gpio_params.h @@ -7,14 +7,14 @@ */ /** - * @ingroup boards_nucleo144-common + * @ingroup boards_common_nucleo144 * @{ * * @file - * @brief Board specific configuration of direct mapped GPIOs + * @brief Board specific configuration of direct mapped GPIOs * - * @author Alexandre Abadie - * @author Sebastian Meiling + * @author Alexandre Abadie + * @author Sebastian Meiling */ #ifndef GPIO_PARAMS_H diff --git a/boards/common/nucleo32/include/arduino_board.h b/boards/common/nucleo32/include/arduino_board.h index 3d0f7bac0e..818d751de5 100644 --- a/boards/common/nucleo32/include/arduino_board.h +++ b/boards/common/nucleo32/include/arduino_board.h @@ -7,7 +7,7 @@ */ /** - * @ingroup boards_nucleo32-common + * @ingroup boards_common_nucleo32 * @{ * * @file diff --git a/boards/common/nucleo32/include/arduino_pinmap.h b/boards/common/nucleo32/include/arduino_pinmap.h index fa2ce17278..5d10a3abdd 100644 --- a/boards/common/nucleo32/include/arduino_pinmap.h +++ b/boards/common/nucleo32/include/arduino_pinmap.h @@ -7,7 +7,7 @@ */ /** - * @ingroup boards_nucleo32-common + * @ingroup boards_common_nucleo32 * @{ * * @file diff --git a/boards/common/nucleo32/include/board_common.h b/boards/common/nucleo32/include/board_common.h index 895ea0b3ee..08714fa88c 100644 --- a/boards/common/nucleo32/include/board_common.h +++ b/boards/common/nucleo32/include/board_common.h @@ -7,9 +7,12 @@ */ /** - * @defgroup boards_nucleo32-common STM Nucleo-32 Common - * @ingroup boards_nucleo - * @brief Common files for STM Nucleo-32 boards + * @defgroup boards_nucleo32 STM Nucleo32 Boards + * @ingroup boards + * + * @defgroup boards_common_nucleo32 STM Nucleo32 common + * @ingroup boards_common + * @brief Shared files and configuration for all STM Nucleo32 boards. * @{ * * @file diff --git a/boards/common/nucleo32/include/gpio_params.h b/boards/common/nucleo32/include/gpio_params.h index fae5213270..49c91566f4 100644 --- a/boards/common/nucleo32/include/gpio_params.h +++ b/boards/common/nucleo32/include/gpio_params.h @@ -7,13 +7,13 @@ */ /** - * @ingroup boards_nucleo32-common + * @ingroup boards_common_nucleo32 * @{ * * @file - * @brief Board specific configuration of direct mapped GPIOs + * @brief Board specific configuration of direct mapped GPIOs * - * @author Alexandre Abadie + * @author Alexandre Abadie */ #ifndef GPIO_PARAMS_H diff --git a/boards/common/remote/include/board_common.h b/boards/common/remote/include/board_common.h index 1837cc294e..acb1d8a6fa 100644 --- a/boards/common/remote/include/board_common.h +++ b/boards/common/remote/include/board_common.h @@ -8,8 +8,9 @@ */ /** - * @ingroup boards_remote - * @brief Support for the RE-Mote boards + * @defgroup boards_common_remote Zolertia Re-Mote common + * @ingroup boards_common + * @brief Shared files and configuration for all Zolertia Re-Mote boards. * @{ * * @file diff --git a/boards/common/remote/include/fancy_leds.h b/boards/common/remote/include/fancy_leds.h index 3fa9c83fef..0470b8128c 100644 --- a/boards/common/remote/include/fancy_leds.h +++ b/boards/common/remote/include/fancy_leds.h @@ -8,8 +8,7 @@ */ /** - * @ingroup boards_remote - * @brief LED extension + * @ingroup boards_common_remote * @{ * * @file diff --git a/boards/common/remote/include/periph_common.h b/boards/common/remote/include/periph_common.h index 98ace56fc6..e0ccfb83d8 100644 --- a/boards/common/remote/include/periph_common.h +++ b/boards/common/remote/include/periph_common.h @@ -8,7 +8,7 @@ */ /** - * @ingroup boards_remote + * @ingroup boards_common_remote * @{ * * @file diff --git a/boards/common/wsn430/board_init.c b/boards/common/wsn430/board_init.c index 2eea62e9e5..1792308d73 100644 --- a/boards/common/wsn430/board_init.c +++ b/boards/common/wsn430/board_init.c @@ -7,6 +7,18 @@ * directory for more details. */ + /** + * @ingroup boards_common_wsn430 + * @{ + * + * @file + * @brief Board initialization for WSN430 + * + * @author Milan Babel + * + * @} + */ + #include "cpu.h" #include "irq.h" #include "board.h" diff --git a/boards/common/wsn430/include/board_common.h b/boards/common/wsn430/include/board_common.h index 93cd55c681..cbcef903b7 100644 --- a/boards/common/wsn430/include/board_common.h +++ b/boards/common/wsn430/include/board_common.h @@ -8,9 +8,9 @@ */ /** - * @defgroup boards_wsn430-common WSN430 common - * @ingroup boards - * @brief Common files for WSN430 based boards + * @defgroup boards_common_wsn430 WSN430 common + * @ingroup boards_common + * @brief Shared files and configuration for all WSN430 based boards. * @{ * * @file diff --git a/boards/common/wsn430/include/periph_conf.h b/boards/common/wsn430/include/periph_conf.h index 21fbf7b3e1..e0f32a5e43 100644 --- a/boards/common/wsn430/include/periph_conf.h +++ b/boards/common/wsn430/include/periph_conf.h @@ -8,7 +8,7 @@ */ /** - * @ingroup boards_wsn430-common + * @ingroup boards_common_wsn430 * @{ * * @file diff --git a/boards/nucleo144-f207/include/board.h b/boards/nucleo144-f207/include/board.h index f1c67df60f..5e0fe0e3ac 100644 --- a/boards/nucleo144-f207/include/board.h +++ b/boards/nucleo144-f207/include/board.h @@ -8,7 +8,7 @@ /** * @defgroup boards_nucleo144-f207 Nucleo144-F207 - * @ingroup boards_nucleo + * @ingroup boards_nucleo144 * @brief Board specific files for the nucleo144-f207 board * @{ * diff --git a/boards/nucleo144-f303/include/board.h b/boards/nucleo144-f303/include/board.h index 5967239f8e..1089d8f2f4 100644 --- a/boards/nucleo144-f303/include/board.h +++ b/boards/nucleo144-f303/include/board.h @@ -8,7 +8,7 @@ /** * @defgroup boards_nucleo144-f303 Nucleo144-F303 - * @ingroup boards_nucleo + * @ingroup boards_nucleo144 * @brief Board specific files for the nucleo144-f303 board * @{ * diff --git a/boards/nucleo144-f412/include/board.h b/boards/nucleo144-f412/include/board.h index 2bc644fc56..4d50cbf563 100644 --- a/boards/nucleo144-f412/include/board.h +++ b/boards/nucleo144-f412/include/board.h @@ -8,9 +8,9 @@ */ /** - * @defgroup boards_nucleo144-f412 Nucleo-F412 - * @ingroup boards_nucleo - * @brief Board specific files for the nucleo144-f412 board + * @defgroup boards_nucleo144-f412 Nucleo144-F412 + * @ingroup boards_nucleo144 + * @brief Board specific files for the STM Nucleo144-f412 board * @{ * * @file diff --git a/boards/nucleo144-f413/include/board.h b/boards/nucleo144-f413/include/board.h index ae09114800..add7de14a4 100644 --- a/boards/nucleo144-f413/include/board.h +++ b/boards/nucleo144-f413/include/board.h @@ -8,9 +8,9 @@ */ /** - * @defgroup boards_nucleo144-f413 Nucleo-F413 - * @ingroup boards_nucleo - * @brief Board specific files for the nucleo144-f413 board + * @defgroup boards_nucleo144-f413 Nucleo144-F413 + * @ingroup boards_nucleo144 + * @brief Board specific files for the STM Nucleo144-f413 board * @{ * * @file diff --git a/boards/nucleo144-f429/include/board.h b/boards/nucleo144-f429/include/board.h index 4e48d1eecc..6d1883a150 100644 --- a/boards/nucleo144-f429/include/board.h +++ b/boards/nucleo144-f429/include/board.h @@ -8,7 +8,7 @@ /** * @defgroup boards_nucleo144-f429 Nucleo144-F429 - * @ingroup boards_nucleo + * @ingroup boards_nucleo144 * @brief Board specific files for the nucleo144-f429 board * @{ * diff --git a/boards/nucleo144-f446/include/board.h b/boards/nucleo144-f446/include/board.h index 507f214c87..c1b7e624b2 100644 --- a/boards/nucleo144-f446/include/board.h +++ b/boards/nucleo144-f446/include/board.h @@ -8,7 +8,7 @@ /** * @defgroup boards_nucleo144-f446 Nucleo144-F446 - * @ingroup boards_nucleo + * @ingroup boards_nucleo144 * @brief Board specific files for the nucleo144-f446 board * @{ * diff --git a/boards/nucleo144-f722/include/board.h b/boards/nucleo144-f722/include/board.h index a87d63c4e8..03ac89c837 100644 --- a/boards/nucleo144-f722/include/board.h +++ b/boards/nucleo144-f722/include/board.h @@ -8,7 +8,7 @@ /** * @defgroup boards_nucleo144-f722 Nucleo144-F722 - * @ingroup boards + * @ingroup boards_nucleo144 * @brief Board specific files for the nucleo144-f722 board * @{ * diff --git a/boards/nucleo144-f746/include/board.h b/boards/nucleo144-f746/include/board.h index 4de9f3e647..1072145e0b 100644 --- a/boards/nucleo144-f746/include/board.h +++ b/boards/nucleo144-f746/include/board.h @@ -8,7 +8,7 @@ /** * @defgroup boards_nucleo144-f746 Nucleo144-F746 - * @ingroup boards_nucleo + * @ingroup boards_nucleo144 * @brief Board specific files for the nucleo144-f746 board * @{ * diff --git a/boards/nucleo144-f767/include/board.h b/boards/nucleo144-f767/include/board.h index 5b7ed437a3..afc818a646 100644 --- a/boards/nucleo144-f767/include/board.h +++ b/boards/nucleo144-f767/include/board.h @@ -8,7 +8,7 @@ /** * @defgroup boards_nucleo144-f767 Nucleo144-F767 - * @ingroup boards_nucleo + * @ingroup boards_nucleo144 * @brief Board specific files for the nucleo144-f767 board * @{ * diff --git a/boards/nucleo32-f031/include/board.h b/boards/nucleo32-f031/include/board.h index 9549895512..024ec522e4 100644 --- a/boards/nucleo32-f031/include/board.h +++ b/boards/nucleo32-f031/include/board.h @@ -9,7 +9,7 @@ /** * @defgroup boards_nucleo32-f031 Nucleo32-F031 - * @ingroup boards_nucleo + * @ingroup boards_nucleo32 * @brief Board specific files for the nucleo32-f031 board * @{ * diff --git a/boards/nucleo32-f042/include/board.h b/boards/nucleo32-f042/include/board.h index 6f2955c041..68240a0cc3 100644 --- a/boards/nucleo32-f042/include/board.h +++ b/boards/nucleo32-f042/include/board.h @@ -7,9 +7,9 @@ */ /** - * @defgroup boards_nucleo32-f042 Nucleo-F042 - * @ingroup boards_nucleo - * @brief Board specific files for the nucleo32-f042 board + * @defgroup boards_nucleo32-f042 Nucleo32-F042 + * @ingroup boards_nucleo32 + * @brief Board specific files for the STM Nucleo32-f042 board * @{ * * @file diff --git a/boards/nucleo32-f303/include/board.h b/boards/nucleo32-f303/include/board.h index 090b7a940e..2a904cfcfd 100644 --- a/boards/nucleo32-f303/include/board.h +++ b/boards/nucleo32-f303/include/board.h @@ -8,7 +8,7 @@ /** * @defgroup boards_nucleo32-f303 Nucleo32-F303 - * @ingroup boards_nucleo + * @ingroup boards_nucleo32 * @brief Board specific files for the nucleo32-f303 board * @{ * diff --git a/boards/nucleo32-l031/include/board.h b/boards/nucleo32-l031/include/board.h index 6d764134f5..c0ea3ff775 100644 --- a/boards/nucleo32-l031/include/board.h +++ b/boards/nucleo32-l031/include/board.h @@ -9,7 +9,7 @@ /** * @defgroup boards_nucleo32-l031 Nucleo32-L031 - * @ingroup boards_nucleo + * @ingroup boards_nucleo32 * @brief Board specific files for the nucleo32-l031 board * @{ * diff --git a/boards/nucleo32-l432/include/board.h b/boards/nucleo32-l432/include/board.h index 6b9a8af095..66ec34b661 100644 --- a/boards/nucleo32-l432/include/board.h +++ b/boards/nucleo32-l432/include/board.h @@ -9,7 +9,7 @@ /** * @defgroup boards_nucleo32-l432 Nucleo32-L432 - * @ingroup boards_nucleo + * @ingroup boards_nucleo32 * @brief Board specific files for the nucleo32-l432 board * @{ *