1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-26 06:53:52 +01:00

netopt: move NETOPT_BLE_CTX to new netopt doc style

Documentation of the option types was clarified in #8655. I only noticed
after merging #8884, that `NETOPT_BLE_CTX` was not documented using
that new style. So I deliver the change myself to make it quicker.
This commit is contained in:
Martine Lenders 2018-04-06 11:32:22 +02:00
parent a19cb8431d
commit 787fa37465

View File

@ -532,7 +532,12 @@ typedef enum {
*/
NETOPT_TX_RETRIES_NEEDED,
NETOPT_BLE_CTX, /**< set radio context (channel, CRC, AA) */
/**
* @brief (netdev_ble_ctx_t) set BLE radio context (channel, CRC, AA)
*
* @warning As @ref drivers_netdev_ble is still experimental, use with care!
*/
NETOPT_BLE_CTX,
/* add more options if needed */