Skip to content

Commit

Permalink
boards/common: enhance doxygen for msb-430
Browse files Browse the repository at this point in the history
  • Loading branch information
smlng committed Dec 15, 2017
1 parent f29b01e commit 2a37aa2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
4 changes: 1 addition & 3 deletions boards/common/msb-430/board_init.c
Expand Up @@ -9,15 +9,13 @@
/**
* @ingroup boards
* @{
*/

/**
* @file
* @brief msb-430 common board initialization
*
* @author Oliver Hahm <oliver.hahm@inria.fr>
* @author Kaspar Schleiser <kaspar@schleiser.de>
*
* @}
*/

#include "cpu.h"
Expand Down
2 changes: 1 addition & 1 deletion boards/common/msb-430/drivers/include/sht11-board.h
Expand Up @@ -10,7 +10,7 @@
#define SHT11_BOARD_H

/**
* @ingroup msb_430h
* @ingroup boards_common_msb-430
* @{
*/

Expand Down
6 changes: 3 additions & 3 deletions boards/common/msb-430/include/board_common.h
Expand Up @@ -7,9 +7,9 @@
*/

/**
* @defgroup boards_msb430-common MSB-430 common
* @ingroup boards
* @brief Common files for all MSB-430 boards
* @defgroup boards_common_msb-430 MSB-430 common
* @ingroup boards_common
* @brief Shared files and configuration for all MSB-430 boards.
* @{
*
* @file
Expand Down

0 comments on commit 2a37aa2

Please sign in to comment.