boards/common: enhance doxygen for arduino-mkr

This commit is contained in:
smlng 2017-11-30 23:34:55 +01:00
parent 779979bab5
commit f29b01ebe3
6 changed files with 13 additions and 12 deletions

View File

@ -9,12 +9,13 @@
/** /**
* @ingroup boards_arduino-mkr-common * @ingroup boards_arduino-mkr-common
* * @{
* @file * @file
* @brief Board common implementations for the Arduino MKR boards * @brief Board common implementations for the Arduino MKR boards
* *
* @author Hauke Pertersen <hauke.pertersen@fu-berlin.de> * @author Hauke Pertersen <hauke.pertersen@fu-berlin.de>
* @author Alexandre Abadie <alexandre.abadie@inria.fr> * @author Alexandre Abadie <alexandre.abadie@inria.fr>
*
* @} * @}
*/ */

View File

@ -8,7 +8,7 @@
*/ */
/** /**
* @ingroup boards_arduino-mkr1000 * @ingroup boards_common_arduino-mkr
* @{ * @{
* *
* @file * @file

View File

@ -7,7 +7,7 @@
*/ */
/** /**
* @ingroup boards_arduino-mkr-common * @ingroup boards_common_arduino-mkr
* @{ * @{
* *
* @file * @file

View File

@ -7,9 +7,9 @@
*/ */
/** /**
* @defgroup boards_arduino-mkr-common Arduino MKR Common * @defgroup boards_common_arduino-mkr Arduino MKR Common
* @ingroup boards * @ingroup boards_common
* @brief Support for the Arduino MKR boards type. * @brief Shared files and configuration for the Arduino MKR boards type.
* @{ * @{
* *
* @file * @file

View File

@ -8,14 +8,14 @@
*/ */
/** /**
* @ingroup boards_arduino-mkr-common * @ingroup boards_common_arduino-mkr
* @{ * @{
* *
* @file * @file
* @brief Board specific configuration of direct mapped GPIOs * @brief Board specific configuration of direct mapped GPIOs
* *
* @author Alexandre Abadie <alexandre.abadie@inria.fr> * @author Alexandre Abadie <alexandre.abadie@inria.fr>
* @author Hauke Petersen <hauke.petersen@fu-berlin.de> * @author Hauke Petersen <hauke.petersen@fu-berlin.de>
*/ */
#ifndef GPIO_PARAMS_H #ifndef GPIO_PARAMS_H

View File

@ -8,7 +8,7 @@
*/ */
/** /**
* @ingroup boards_arduino-mkr-common * @ingroup boards_common_arduino-mkr
* @{ * @{
* *
* @file * @file