diff --git a/boards/arduino-mega2560/board.c b/boards/arduino-mega2560/board.c index 4aac6d761c..91b9000998 100644 --- a/boards/arduino-mega2560/board.c +++ b/boards/arduino-mega2560/board.c @@ -7,7 +7,7 @@ */ /** - * @ingroup board_arduino-mega2560 + * @ingroup boards_arduino-mega2560 * @{ * * @file board.c diff --git a/boards/arduino-mega2560/include/board.h b/boards/arduino-mega2560/include/board.h index 45ac0d2c35..2d1969a5a0 100644 --- a/boards/arduino-mega2560/include/board.h +++ b/boards/arduino-mega2560/include/board.h @@ -7,7 +7,7 @@ */ /** - * @defgroup board_arduino-mega2560 Arduino Mega 2560 + * @defgroup boards_arduino-mega2560 Arduino Mega 2560 * @ingroup boards * @brief Board specific files for the Arduino Mega 2560 board. * @{ diff --git a/boards/arduino-mega2560/include/periph_conf.h b/boards/arduino-mega2560/include/periph_conf.h index 30dd8dc9f1..351e59f602 100644 --- a/boards/arduino-mega2560/include/periph_conf.h +++ b/boards/arduino-mega2560/include/periph_conf.h @@ -7,7 +7,7 @@ */ /** - * @ingroup board_arduino-mega2560 + * @ingroup boards_arduino-mega2560 * @{ * * @file