From c5f43e79ba10ffa5b8c5cb7202efc777e7aedc50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Nohlg=C3=A5rd?= Date: Mon, 14 Mar 2016 22:17:21 +0100 Subject: [PATCH 1/2] cpu/nrf5x_common: Give Doxygen group a name --- cpu/nrf5x_common/doc.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpu/nrf5x_common/doc.txt b/cpu/nrf5x_common/doc.txt index 41687f4231..0e8117e721 100644 --- a/cpu/nrf5x_common/doc.txt +++ b/cpu/nrf5x_common/doc.txt @@ -1,5 +1,5 @@ /** - * @defgroup cpu_nrf5x_common + * @defgroup cpu_nrf5x_common Nordic nRF5x MCU * @ingroup cpu * @brief Common implementations for the nRF5x family of CPUs */ From 0cf0278e0fcb629c9ee6ca3831a2078cf1640116 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Nohlg=C3=A5rd?= Date: Mon, 14 Mar 2016 23:08:58 +0100 Subject: [PATCH 2/2] core/lpm.h: Fix Doxygen typo --- core/include/lpm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/include/lpm.h b/core/include/lpm.h index 524fa28089..8595b8ac28 100644 --- a/core/include/lpm.h +++ b/core/include/lpm.h @@ -65,7 +65,7 @@ void lpm_end_awake(void); enum lpm_mode lpm_get(void); /** - * @name LPM-internal variable + * @brief LPM-internal variable */ extern volatile int lpm_prevent_sleep;