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:
parent
afa261194b
commit
f5467ef9f1
@ -7,7 +7,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @ingroup pkg_nimble
|
||||
* @ingroup ble_nimble
|
||||
* @{
|
||||
*
|
||||
* @file
|
||||
|
@ -7,7 +7,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @ingroup pkg_nimble
|
||||
* @ingroup ble_nimble
|
||||
* @{
|
||||
*
|
||||
* @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
|
||||
*/
|
||||
|
@ -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
|
||||
* @{
|
||||
*
|
||||
|
@ -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
|
||||
|
@ -7,7 +7,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @ingroup net_bluetil_ad
|
||||
* @ingroup ble_bluetil_ad
|
||||
* @{
|
||||
*
|
||||
* @file
|
||||
|
7
sys/net/ble/bluetil/doc.txt
Normal file
7
sys/net/ble/bluetil/doc.txt
Normal 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
5
sys/net/ble/doc.txt
Normal file
@ -0,0 +1,5 @@
|
||||
/**
|
||||
@defgroup ble Bluetooth Low Energy (BLE)
|
||||
@ingroup net
|
||||
@brief Bluetooth Low Energy (BLE) support for RIOT
|
||||
*/
|
Loading…
Reference in New Issue
Block a user