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_ */ /** - * @} * @} * @} */