From 0870ade05568cb04b64b0f8338a0340370a2cf7d Mon Sep 17 00:00:00 2001 From: George Oikonomou Date: Sun, 3 Dec 2017 00:11:17 +0000 Subject: [PATCH] Restructure docs for the nrf52832 --- arch/cpu/nrf52832/ble/ble-core.c | 14 ++------------ arch/cpu/nrf52832/ble/ble-core.h | 6 +----- 2 files changed, 3 insertions(+), 17 deletions(-) diff --git a/arch/cpu/nrf52832/ble/ble-core.c b/arch/cpu/nrf52832/ble/ble-core.c index 8466cf8ab..9f1acdfc2 100644 --- a/arch/cpu/nrf52832/ble/ble-core.c +++ b/arch/cpu/nrf52832/ble/ble-core.c @@ -28,13 +28,7 @@ * */ /** - * \addtogroup dev - * @{ - * - * \addtogroup nrf52832 - * @{ - * - * \addtogroup nrf52832-ble Bluetooth Low Energy drivers + * \addtogroup nrf52832-ble * @{ * * \file @@ -231,8 +225,4 @@ ble_evt_dispatch(ble_evt_t *p_ble_evt) on_ble_evt(p_ble_evt); } /*---------------------------------------------------------------------------*/ -/** - * @} - * @} - * @} - */ +/** @} */ diff --git a/arch/cpu/nrf52832/ble/ble-core.h b/arch/cpu/nrf52832/ble/ble-core.h index 12c678d42..1e7b6127c 100644 --- a/arch/cpu/nrf52832/ble/ble-core.h +++ b/arch/cpu/nrf52832/ble/ble-core.h @@ -28,13 +28,10 @@ * */ /** - * \addtogroup dev - * @{ - * * \addtogroup nrf52832 * @{ * - * \addtogroup nrf52832-ble Bluetooth Low Energy drivers + * \defgroup nrf52832-ble Bluetooth Low Energy drivers * @{ * * \file @@ -55,7 +52,6 @@ void ble_get_mac(uint8_t addr[8]); #endif /* DEV_BLE_H_ */ /** - * @} * @} * @} */