1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-16 01:53:51 +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

View File

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

View File

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

View File

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