From 787fa3746571c9e49ad5f4bb0f073e7bcf47da0b Mon Sep 17 00:00:00 2001
From: Martine Lenders <mail@martine-lenders.eu>
Date: Fri, 6 Apr 2018 11:32:22 +0200
Subject: [PATCH] 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.
---
 sys/include/net/netopt.h | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/sys/include/net/netopt.h b/sys/include/net/netopt.h
index 61e1965e2a..15744b27ca 100644
--- a/sys/include/net/netopt.h
+++ b/sys/include/net/netopt.h
@@ -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 */
 
-- 
GitLab