diff --git a/boards/common/nucleo/include/board_common.h b/boards/common/nucleo/include/board_common.h index eb91cd08c2..0050a06589 100644 --- a/boards/common/nucleo/include/board_common.h +++ b/boards/common/nucleo/include/board_common.h @@ -9,6 +9,7 @@ /** * @defgroup boards_nucleo STM Nucleo Boards * @ingroup boards + * @brief Support for STM Nucleo boards * * @defgroup boards_common_nucleo STM Nucleo common * @ingroup boards_common diff --git a/boards/common/nucleo144/include/board_common.h b/boards/common/nucleo144/include/board_common.h index e628765b38..acb4dd7dea 100644 --- a/boards/common/nucleo144/include/board_common.h +++ b/boards/common/nucleo144/include/board_common.h @@ -10,6 +10,7 @@ /** * @defgroup boards_nucleo144 STM Nucleo144 Boards * @ingroup boards + * @brief Support for STM Nucleo 144 boards * * @defgroup boards_common_nucleo144 STM Nucleo144 common * @ingroup boards_common diff --git a/boards/common/nucleo32/include/board_common.h b/boards/common/nucleo32/include/board_common.h index 08714fa88c..dadee8794b 100644 --- a/boards/common/nucleo32/include/board_common.h +++ b/boards/common/nucleo32/include/board_common.h @@ -9,6 +9,7 @@ /** * @defgroup boards_nucleo32 STM Nucleo32 Boards * @ingroup boards + * @brief Support for STM Nucleo 32 boards * * @defgroup boards_common_nucleo32 STM Nucleo32 common * @ingroup boards_common