1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

Merge pull request #8749 from aabadie/pr/boards/iotlab-a8-m3_doxygne

boards/iotlab-a8-m3: fix doxygen grouping
This commit is contained in:
Martine Lenders 2018-03-07 11:01:26 +01:00 committed by GitHub
commit e4d88f2f0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -7,13 +7,13 @@
*/
/**
* @defgroup boards_iotlab-m3 IoT-LAB M3 open node
* @defgroup boards_iotlab-a8-m3 IoT-LAB A8 M3 open node
* @ingroup boards
* @brief Support for the iotlab-m3 board
* @brief Support for the iotlab-a8-m3 board
* @{
*
* @file
* @brief Board specific definitions for the iotlab-m3 board
* @brief Board specific definitions for the iotlab-a8-m3 board
*
*/

View File

@ -7,11 +7,11 @@
*/
/**
* @ingroup boards_iotlab-m3
* @ingroup boards_iotlab-a8-m3
* @{
*
* @file
* @brief Peripheral MCU configuration for the iotlab-m3 board
* @brief Peripheral MCU configuration for the iotlab-a8-m3 board
*
* @author Thomas Eichinger <thomas.eichinger@fu-berlin.de>
* @author Hauke Petersen <hauke.petersen@fu-berlin.de>