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

boards/common: enhance doxygen for arduino-due

This commit is contained in:
smlng 2017-11-30 23:34:41 +01:00
parent 800fac5be4
commit 779979bab5
2 changed files with 6 additions and 6 deletions

View File

@ -7,9 +7,9 @@
*/
/**
* @defgroup boards_common_arduino_due Shared Arduino Due Code
* @ingroup boards
* @brief Shared code for Arduino Due based boards
* @defgroup boards_common_arduino_due Arduino Due Common
* @ingroup boards_common
* @brief Shared files and configuration for Arduino Due based boards.
* @{
*
* @file

View File

@ -7,13 +7,13 @@
*/
/**
* @ingroup boards_common_arduino_due
* @ingroup boards_common_arduino_due
* @{
*
* @file
* @brief Board specific configuration of direct mapped GPIOs
* @brief Board specific configuration of direct mapped GPIOs
*
* @author Hauke Petersen <hauke.petersen@fu-berlin.de>
* @author Hauke Petersen <hauke.petersen@fu-berlin.de>
*/
#ifndef GPIO_PARAMS_H