Restructure docs for the nrf52832

This commit is contained in:
George Oikonomou 2017-12-03 00:11:17 +00:00
parent bb18bd4a48
commit 0870ade055
2 changed files with 3 additions and 17 deletions

View File

@ -28,13 +28,7 @@
* *
*/ */
/** /**
* \addtogroup dev * \addtogroup nrf52832-ble
* @{
*
* \addtogroup nrf52832
* @{
*
* \addtogroup nrf52832-ble Bluetooth Low Energy drivers
* @{ * @{
* *
* \file * \file
@ -231,8 +225,4 @@ ble_evt_dispatch(ble_evt_t *p_ble_evt)
on_ble_evt(p_ble_evt); on_ble_evt(p_ble_evt);
} }
/*---------------------------------------------------------------------------*/ /*---------------------------------------------------------------------------*/
/** /** @} */
* @}
* @}
* @}
*/

View File

@ -28,13 +28,10 @@
* *
*/ */
/** /**
* \addtogroup dev
* @{
*
* \addtogroup nrf52832 * \addtogroup nrf52832
* @{ * @{
* *
* \addtogroup nrf52832-ble Bluetooth Low Energy drivers * \defgroup nrf52832-ble Bluetooth Low Energy drivers
* @{ * @{
* *
* \file * \file
@ -55,7 +52,6 @@ void ble_get_mac(uint8_t addr[8]);
#endif /* DEV_BLE_H_ */ #endif /* DEV_BLE_H_ */
/** /**
* @}
* @} * @}
* @} * @}
*/ */