1
0
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:
Martine Lenders 2019-08-29 10:23:38 +02:00 committed by GitHub
commit 4c56827508
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
11 changed files with 15 additions and 15 deletions

View File

@ -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
* @{
*

View File

@ -7,7 +7,7 @@
*/
/**
* @ingroup ble_nimble_addr
* @ingroup pkg_nimble_addr
* @{
*
* @file

View 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
* @{

View File

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

View 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

View File

@ -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
*

View File

@ -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

View File

@ -7,7 +7,7 @@
*/
/**
* @ingroup ble_nimble_scanlist
* @ingroup pkg_nimble_scanlist
* @{
*
* @file

View File

@ -7,7 +7,7 @@
*/
/**
* @ingroup ble_nimble_scanlist
* @ingroup pkg_nimble_scanlist
* @{
*
* @file

View 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
* @{
*

View File

@ -7,7 +7,7 @@
*/
/**
* @ingroup ble_nimble_scanner
* @ingroup pkg_nimble_scanner
* @{
*
* @file