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

boards/common: enhance doxygen for stm nucleo

This commit is contained in:
smlng 2017-11-30 23:36:42 +01:00
parent a4b1ce658b
commit c1354ac3d7
4 changed files with 9 additions and 15 deletions

View File

@ -8,7 +8,7 @@
*/
/**
* @ingroup boards_nucleo-common
* @ingroup boards_common_nucleo
* @{
*
* @file

View File

@ -7,7 +7,7 @@
*/
/**
* @ingroup boards_nucleo-common
* @ingroup boards_common_nucleo
* @{
*
* @file

View File

@ -7,15 +7,9 @@
*/
/**
* @defgroup boards_nucleo STM Nucleo boards
* @ingroup boards
* @brief STM Nucleo boards
*/
/**
* @defgroup boards_nucleo64_common STM Nucleo 64 boards common
* @ingroup boards_nucleo
* @brief Common files for STM Nucleo 64 boards
* @defgroup boards_common_nucleo STM Nucleo common
* @ingroup boards_common
* @brief Shared files and configuration for all STM Nucleo boards.
* @{
*
* @file

View File

@ -7,14 +7,14 @@
*/
/**
* @ingroup boards_nucleo-common
* @ingroup boards_common_nucleo
* @{
*
* @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