1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-19 19:43:52 +01:00

boards/common: enhance doxygen for stm nucleo144

This commit is contained in:
smlng 2017-11-30 23:36:56 +01:00
parent b06b5748ec
commit 39a5576aa7
4 changed files with 9 additions and 9 deletions

View File

@ -7,7 +7,7 @@
*/ */
/** /**
* @ingroup boards_nucleo144-common * @ingroup boards_common_nucleo144
* @{ * @{
* *
* @file * @file

View File

@ -7,7 +7,7 @@
*/ */
/** /**
* @ingroup boards_nucleo144-common * @ingroup boards_common_nucleo144
* @{ * @{
* *
* @file * @file

View File

@ -8,9 +8,9 @@
*/ */
/** /**
* @defgroup boards_nucleo144-common STM Nucleo-144 Common * @defgroup boards_common_nucleo144 STM Nucleo144 common
* @ingroup boards_nucleo * @ingroup boards_common
* @brief Common files for STM Nucleo-144 boards * @brief Shared files and configuration for all STM Nucleo144 boards.
* @{ * @{
* *
* @file * @file

View File

@ -7,14 +7,14 @@
*/ */
/** /**
* @ingroup boards_nucleo144-common * @ingroup boards_common_nucleo144
* @{ * @{
* *
* @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 Sebastian Meiling <s@mlng.net> * @author Sebastian Meiling <s@mlng.net>
*/ */
#ifndef GPIO_PARAMS_H #ifndef GPIO_PARAMS_H