Skip to content

Commit e06f213

Browse files
committed
boards: remove duplicate doc group declarations
1 parent 0c9420b commit e06f213

6 files changed

Lines changed: 6 additions & 18 deletions

File tree

boards/bastwan/include/board.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66
#pragma once
77

88
/**
9-
* @defgroup boards_bastwan BastWAN board
10-
* @ingroup boards
11-
* @brief Support for the BASTWAN SAM R34 board.
9+
* @ingroup boards_bastwan
1210
* @{
1311
*
1412
* @file

boards/frdm-kl43z/include/board.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66
#pragma once
77

88
/**
9-
* @defgroup boards_frdm-kl43z NXP FRDM-KL43Z Board
10-
* @ingroup boards
11-
* @brief Support for the NXP FRDM-KL43Z
9+
* @ingroup boards_frdm-kl43z
1210
* @{
1311
*
1412
* @file

boards/hifive1/include/board.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66
#pragma once
77

88
/**
9-
* @defgroup boards_hifive1 SiFive HiFive1 RISC-V board
10-
* @ingroup boards
11-
* @brief Support for the SiFive HiFive1 RISC-V board
9+
* @ingroup boards_hifive1
1210
* @{
1311
*
1412
* @file

boards/hifive1b/include/board.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66
#pragma once
77

88
/**
9-
* @defgroup boards_hifive1b SiFive HiFive1b RISC-V board
10-
* @ingroup boards
11-
* @brief Support for the SiFive HiFive1b RISC-V board
9+
* @ingroup boards_hifive1b
1210
* @{
1311
*
1412
* @file

boards/samr30-xpro/include/board.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66
#pragma once
77

88
/**
9-
* @defgroup boards_samr30-xpro Atmel SAM R30 Xplained Pro
10-
* @ingroup boards
11-
* @brief Support for the Atmel SAM R30 Xplained Pro board.
9+
* @ingroup boards_samr30-xpro
1210
* @{
1311
*
1412
* @file

boards/ublox-c030-u201/include/board.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66
#pragma once
77

88
/**
9-
* @defgroup boards_ublox-c030-u201 Ublox C030-U201
10-
* @ingroup boards
11-
* @brief Support for the Ublox C030-U201 board
9+
* @ingroup boards_ublox-c030-u201
1210
* @{
1311
*
1412
* @file

0 commit comments

Comments
 (0)