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

Merge pull request #11628 from haukepetersen/opt_nimble_doc

pkg/nimble: cleanup doxygen groups for submodules
This commit is contained in:
Martine Lenders 2019-06-05 09:29:23 +02:00 committed by GitHub
commit c81ff3862c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 3 deletions

View File

@ -7,7 +7,7 @@
*/
/**
* @defgroup ble_nimble_addr Address helper for NimBLE
* @defgroup ble_nimble_addr Address Helper
* @ingroup ble_nimble
* @brief NimBLE specific helper functions for handling addresses
* @{

View File

@ -7,7 +7,10 @@
*/
/**
* @defgroup ble_nimble_contrib RIOT Integration
* @ingroup ble_nimble
* @brief Basic RIOT integration of NimBLE, including e.g. stack
* configuration and (auto)initialization code
* @{
*
* @file

View File

@ -7,7 +7,7 @@
*/
/**
* @defgroup ble_nimble_scanlist Scan Result List
* @defgroup ble_nimble_scanlist Scan Result Helper
* @ingroup ble_nimble
* @brief List for storing and printing BLE scan results
*

View File

@ -7,7 +7,7 @@
*/
/**
* @defgroup ble_nimble_scanner NimBLE Scanner Helper
* @defgroup ble_nimble_scanner Scanner Helper
* @ingroup ble_nimble
* @brief Helper module to simplify the usage of NimBLE in scanning mode
* @{