diff --git a/boards/common/msb-430/board_init.c b/boards/common/msb-430/board_init.c index ddad1485de4f..913449807f9c 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 5509a67857fb..a79fe22b4d94 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 299d585eda45..a6d3280e94bb 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