boards/common: enhance doxygen for msb-a2

This commit is contained in:
smlng 2017-11-30 23:36:08 +01:00
parent 2a37aa265d
commit 37be1e3846
2 changed files with 6 additions and 7 deletions

View File

@ -7,11 +7,8 @@
*/ */
/** /**
* @ingroup msba2 * @ingroup boards_common_msba2
* @{ * @{
*/
/**
* @file * @file
* @brief MSB-A2 board initialization * @brief MSB-A2 board initialization
* *
@ -20,6 +17,8 @@
* @author Michael Baar <baar@inf.fu-berlin.de> * @author Michael Baar <baar@inf.fu-berlin.de>
* @author Zakaria Kasmi <zkasmi@inf.fu-berlin.de> * @author Zakaria Kasmi <zkasmi@inf.fu-berlin.de>
* @note $Id$ * @note $Id$
*
* @}
*/ */
#include <string.h> #include <string.h>
#include "board.h" #include "board.h"

View File

@ -7,9 +7,9 @@
*/ */
/** /**
* @defgroup boards_msba2-common MSB-A2 common * @defgroup boards_common_msba2 MSB-A2 common
* @ingroup boards * @ingroup boards_common
* @brief Common files for all MSB-A2 based boards * @brief Shared files and configuration for all MSB-A2 boards.
* @{ * @{
* *
* @file * @file