Skip to content

Commit

Permalink
Merge pull request RIOT-OS#8494 from aabadie/pr/st_boards_doxygen
Browse files Browse the repository at this point in the history
boards/*:  minor doxygen fixes
  • Loading branch information
cladmi authored Jan 31, 2018
2 parents 7db99e3 + fb3889c commit c09ea29
Show file tree
Hide file tree
Showing 11 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion boards/b-l072z-lrwan1/board.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* @{
*
* @file
* @brief Board specific implementations for the ST b-l072z-lrwan1 discovery board
* @brief Board specific implementations for the ST B-L072Z-LRWAN1 board
*
* @author Alexandre Abadie <alexandre.abadie@inria.fr>
*
Expand Down
6 changes: 3 additions & 3 deletions boards/b-l072z-lrwan1/include/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
*/

/**
* @defgroup boards_b-l072z-lrwan1 ST b-l072z-lrwan1 discovery
* @defgroup boards_b-l072z-lrwan1 ST B-L072Z-LRWAN1 LoRa discovery
* @ingroup boards
* @brief Support for the ST b-l072z-lrwan1 board
* @brief Support for the ST B-L072Z-LRWAN1 board
* @{
*
* @file
* @brief Board specific definitions for the ST b-l072z-lrwan1 board
* @brief Board specific definitions for the ST B-L072Z-LRWAN1 board
*
* @author Alexandre Abadie <alexandre.abadie@inria.fr>
*/
Expand Down
2 changes: 1 addition & 1 deletion boards/b-l072z-lrwan1/include/gpio_params.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*/

/**
* @ingroup boards_nucleo-common
* @ingroup boards_b-l072z-lrwan1
* @{
*
* @file
Expand Down
2 changes: 1 addition & 1 deletion boards/b-l072z-lrwan1/include/periph_conf.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* @{
*
* @file
* @brief Peripheral MCU configuration for the ST b-l072z-lrwan1 board
* @brief Peripheral MCU configuration for the ST B-L072Z-LRWAN1 board
*
* @author Alexandre Abadie <alexandre.abadie@inria.fr>
*/
Expand Down
2 changes: 1 addition & 1 deletion boards/b-l475e-iot01a/board.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* @{
*
* @file
* @brief Board specific implementations for the b-l475e-iot01a board
* @brief Board specific implementations for the ST B-L475E-IOT01A board
*
* @author Alexandre Abadie <alexandre.abadie@inria.fr>
*
Expand Down
4 changes: 2 additions & 2 deletions boards/b-l475e-iot01a/include/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
/**
* @defgroup boards_b-l475e-iot01a ST B-L475E-IOT01A
* @ingroup boards
* @brief Support for the ST b-l475e-iot01a board
* @brief Support for the ST B-L475E-IOT01A board
* @{
*
* @file
* @brief Board specific definitions for the ST b-l475e-iot01a board
* @brief Board specific definitions for the ST B-L475E-IOT01A board
*
* @author Alexandre Abadie <alexandre.abadie@inria.fr>
*/
Expand Down
2 changes: 1 addition & 1 deletion boards/b-l475e-iot01a/include/gpio_params.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*/

/**
* @ingroup boards_b-l475e-iot01a-common
* @ingroup boards_b-l475e-iot01a
* @{
*
* @file
Expand Down
2 changes: 1 addition & 1 deletion boards/b-l475e-iot01a/include/periph_conf.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* @{
*
* @file
* @brief Peripheral MCU configuration for the b-l475e-iot01a board
* @brief Peripheral MCU configuration for the B-L475E-IOT01A board
*
* @author Alexandre Abadie <alexandre.abadie@inria.fr>
*/
Expand Down
2 changes: 1 addition & 1 deletion boards/stm32f7discovery/board.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* @{
*
* @file
* @brief Board specific implementations for the STM32F7Discovery evaluation board
* @brief Board specific implementations for the STM32F769 Discovery board
*
* @author Vincent Dupont <vincent@otakeys.com>
*
Expand Down
6 changes: 3 additions & 3 deletions boards/stm32f7discovery/include/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
*/

/**
* @defgroup boards_stm32f7discovery stm32f769 Discovery board
* @defgroup boards_stm32f7discovery STM32F769 Discovery board
* @ingroup boards
* @brief Support for the stm32f769 Discovery board
* @brief Support for the STM32F769 Discovery board
* @{
*
* @file
* @brief Board specific definitions for the stm32f769 Discovery board
* @brief Board specific definitions for the STM32F769 Discovery board
*
* @author Vincent Dupont <vincent@otakeys.com>
* @author Sebastian Meiling <s@mlng.net>
Expand Down
2 changes: 1 addition & 1 deletion boards/stm32f7discovery/include/periph_conf.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* @{
*
* @file
* @brief Peripheral MCU configuration for the stm32f769discovery6 board
* @brief Peripheral MCU configuration for the STM32F769 Discovery board
*
* @author Vincent Dupont <vincent@otakeys.com>
*/
Expand Down

0 comments on commit c09ea29

Please sign in to comment.