diff --git a/boards/common/nucleo/include/board_nucleo.h b/boards/common/nucleo/include/board_nucleo.h index c22bddd64d..fd0b1749b7 100644 --- a/boards/common/nucleo/include/board_nucleo.h +++ b/boards/common/nucleo/include/board_nucleo.h @@ -7,9 +7,9 @@ */ /** - * @defgroup boards_common_nucleo STM Nucleo Common + * @defgroup boards_common_nucleo STM32 Nucleo Common * @ingroup boards_common - * @brief Common files and configuration for all STM Nucleo boards + * @brief Common support for all STM32 Nucleo boards * @{ * * @file diff --git a/boards/common/nucleo144/include/board.h b/boards/common/nucleo144/include/board.h index 7c8c8eb545..a2571262da 100644 --- a/boards/common/nucleo144/include/board.h +++ b/boards/common/nucleo144/include/board.h @@ -9,9 +9,9 @@ */ /** - * @defgroup boards_common_nucleo144 STM Nucleo144 common - * @ingroup boards_common - * @brief Common files and configuration for STM Nucleo144 boards + * @defgroup boards_common_nucleo144 STM32 Nucleo-144 + * @ingroup boards + * @brief Support for STM32 Nucleo-144 boards * @{ * * @file diff --git a/boards/common/nucleo32/include/board.h b/boards/common/nucleo32/include/board.h index 24ed304394..9b63b53e28 100644 --- a/boards/common/nucleo32/include/board.h +++ b/boards/common/nucleo32/include/board.h @@ -7,9 +7,9 @@ */ /** - * @defgroup boards_common_nucleo32 STM Nucleo32 Common - * @ingroup boards_common - * @brief Common files and configuration for STM Nucleo32 boards + * @defgroup boards_common_nucleo32 STM32 Nucleo-32 + * @ingroup boards + * @brief Support for STM32 Nucleo-32 boards * @{ * * @file diff --git a/boards/common/nucleo64/include/board.h b/boards/common/nucleo64/include/board.h index 9fdf82a097..2b5e80a244 100644 --- a/boards/common/nucleo64/include/board.h +++ b/boards/common/nucleo64/include/board.h @@ -7,9 +7,9 @@ */ /** - * @defgroup boards_common_nucleo64 STM Nucleo64 Common - * @ingroup boards_common - * @brief Common files and configuration for STM Nucleo64 boards + * @defgroup boards_common_nucleo64 STM32 Nucleo-64 + * @ingroup boards + * @brief Support for STM32 Nucleo-64 boards * @{ * * @file