1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

net/ble: cleanup doxygen grouping

This commit is contained in:
Hauke Petersen 2019-03-25 18:03:37 +01:00
parent afa261194b
commit f5467ef9f1
8 changed files with 22 additions and 10 deletions

View File

@ -7,7 +7,7 @@
*/
/**
* @ingroup pkg_nimble
* @ingroup ble_nimble
* @{
*
* @file

View File

@ -7,7 +7,7 @@
*/
/**
* @ingroup pkg_nimble
* @ingroup ble_nimble
* @{
*
* @file

View File

@ -1,10 +1,10 @@
/**
* @defgroup pkg_nimble NimBLE BLE stack
* @defgroup ble_nimble NimBLE
* @ingroup pkg
* @ingroup net
* @ingroup ble
* @brief RIOT port of the NimBLE BLE stack
*
* This package includes the NimBLE BLE stack to RIOT.
* This package includes the RIOT port of the NimBLE BLE stack.
*
* @see https://github.com/apache/mynewt-nimble
*/

View File

@ -7,8 +7,8 @@
*/
/**
* @defgroup net_ble BLE defines
* @ingroup net
* @defgroup ble_defs Generic BLE defines
* @ingroup ble
* @brief General values defined by the BT standard
* @{
*

View File

@ -7,8 +7,8 @@
*/
/**
* @defgroup net_bluetil_ad BLE Advertising Data (AD) Processing
* @ingroup net
* @defgroup ble_bluetil_ad BLE Advertising Data (AD) Processing
* @ingroup ble_bluetil
* @brief Generic BLE advertising and scan request data processing
*
* This module provides functionality for user friendly reading and writing of

View File

@ -7,7 +7,7 @@
*/
/**
* @ingroup net_bluetil_ad
* @ingroup ble_bluetil_ad
* @{
*
* @file

View File

@ -0,0 +1,7 @@
/**
@defgroup ble_bluetil Bluetil
@ingroup ble
@brief Collection of generic BLE utility modules
*/

5
sys/net/ble/doc.txt Normal file
View File

@ -0,0 +1,5 @@
/**
@defgroup ble Bluetooth Low Energy (BLE)
@ingroup net
@brief Bluetooth Low Energy (BLE) support for RIOT
*/