1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-29 16:31:18 +01:00

pkg/nimble: fix doxygen group name prefix

This commit is contained in:
Hauke Petersen 2019-08-29 10:04:08 +02:00
parent d6ac49c26e
commit eadc0e62f2
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