From 08e838e9e07f3d3955f2179c79bb6e66e65042e9 Mon Sep 17 00:00:00 2001 From: smlng Date: Thu, 30 Nov 2017 23:37:28 +0100 Subject: [PATCH] boards/common: enhance doxygen for WSN-430 --- boards/common/wsn430/board_init.c | 12 ++++++++++++ boards/common/wsn430/include/board_common.h | 6 +++--- boards/common/wsn430/include/periph_conf.h | 2 +- 3 files changed, 16 insertions(+), 4 deletions(-) diff --git a/boards/common/wsn430/board_init.c b/boards/common/wsn430/board_init.c index 2eea62e9e5..1792308d73 100644 --- a/boards/common/wsn430/board_init.c +++ b/boards/common/wsn430/board_init.c @@ -7,6 +7,18 @@ * directory for more details. */ + /** + * @ingroup boards_common_wsn430 + * @{ + * + * @file + * @brief Board initialization for WSN430 + * + * @author Milan Babel + * + * @} + */ + #include "cpu.h" #include "irq.h" #include "board.h" diff --git a/boards/common/wsn430/include/board_common.h b/boards/common/wsn430/include/board_common.h index 93cd55c681..cbcef903b7 100644 --- a/boards/common/wsn430/include/board_common.h +++ b/boards/common/wsn430/include/board_common.h @@ -8,9 +8,9 @@ */ /** - * @defgroup boards_wsn430-common WSN430 common - * @ingroup boards - * @brief Common files for WSN430 based boards + * @defgroup boards_common_wsn430 WSN430 common + * @ingroup boards_common + * @brief Shared files and configuration for all WSN430 based boards. * @{ * * @file diff --git a/boards/common/wsn430/include/periph_conf.h b/boards/common/wsn430/include/periph_conf.h index 21fbf7b3e1..e0f32a5e43 100644 --- a/boards/common/wsn430/include/periph_conf.h +++ b/boards/common/wsn430/include/periph_conf.h @@ -8,7 +8,7 @@ */ /** - * @ingroup boards_wsn430-common + * @ingroup boards_common_wsn430 * @{ * * @file