mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Merge pull request #12112 from haukepetersen/fix_nimble_doxygroupname
pkg/nimble: fix doxygen group name prefix
This commit is contained in:
commit
4c56827508
@ -7,8 +7,8 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @defgroup ble_nimble_addr Address Helper
|
||||
* @ingroup ble_nimble
|
||||
* @defgroup pkg_nimble_addr Address Helper
|
||||
* @ingroup pkg_nimble
|
||||
* @brief NimBLE specific helper functions for handling addresses
|
||||
* @{
|
||||
*
|
||||
|
@ -7,7 +7,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @ingroup ble_nimble_addr
|
||||
* @ingroup pkg_nimble_addr
|
||||
* @{
|
||||
*
|
||||
* @file
|
||||
|
@ -7,8 +7,8 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @defgroup ble_nimble_contrib RIOT Integration
|
||||
* @ingroup ble_nimble
|
||||
* @defgroup pkg_nimble_contrib RIOT Integration
|
||||
* @ingroup pkg_nimble
|
||||
* @brief Basic RIOT integration of NimBLE, including e.g. stack
|
||||
* configuration and (auto)initialization code
|
||||
* @{
|
||||
|
@ -7,7 +7,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @ingroup ble_nimble
|
||||
* @ingroup pkg_nimble
|
||||
* @{
|
||||
*
|
||||
* @file
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* @defgroup ble_nimble NimBLE
|
||||
* @defgroup pkg_nimble NimBLE
|
||||
* @ingroup pkg
|
||||
* @ingroup ble
|
||||
* @brief RIOT port of the NimBLE BLE stack
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
/**
|
||||
* @defgroup pkg_nimble_netif GNRC netif Implementation
|
||||
* @ingroup ble_nimble
|
||||
* @ingroup pkg_nimble
|
||||
* @brief GNRC netif implementation for NimBLE, enabling the integration
|
||||
* of NimBLE into GNRC
|
||||
*
|
||||
|
@ -7,8 +7,8 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @defgroup ble_nimble_scanlist Scan Result Helper
|
||||
* @ingroup ble_nimble
|
||||
* @defgroup pkg_nimble_scanlist Scan Result Helper
|
||||
* @ingroup pkg_nimble
|
||||
* @brief List for storing and printing BLE scan results
|
||||
*
|
||||
* @note This scanlist implementation is not thread safe. So calling
|
||||
|
@ -7,7 +7,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @ingroup ble_nimble_scanlist
|
||||
* @ingroup pkg_nimble_scanlist
|
||||
* @{
|
||||
*
|
||||
* @file
|
||||
|
@ -7,7 +7,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @ingroup ble_nimble_scanlist
|
||||
* @ingroup pkg_nimble_scanlist
|
||||
* @{
|
||||
*
|
||||
* @file
|
||||
|
@ -7,8 +7,8 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @defgroup ble_nimble_scanner Scanner Helper
|
||||
* @ingroup ble_nimble
|
||||
* @defgroup pkg_nimble_scanner Scanner Helper
|
||||
* @ingroup pkg_nimble
|
||||
* @brief Helper module to simplify the usage of NimBLE in scanning mode
|
||||
* @{
|
||||
*
|
||||
|
@ -7,7 +7,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @ingroup ble_nimble_scanner
|
||||
* @ingroup pkg_nimble_scanner
|
||||
* @{
|
||||
*
|
||||
* @file
|
||||
|
Loading…
Reference in New Issue
Block a user