[docs] update Doxygen menu (#5641)

- Remove the Platform BLE module
- Add the Link Metrics module
This commit is contained in:
Jeff Bumgardner
2020-10-14 07:15:20 -07:00
committed by GitHub
parent 690ddbf881
commit ad87f636e5
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -72,6 +72,7 @@
* @{
*
* @defgroup api-link-link Link
* @defgroup api-link-metrics Link Metrics
* @defgroup api-link-raw Raw Link
*
* @}
@@ -145,7 +146,6 @@
* @{
*
* @defgroup plat-alarm Alarm
* @defgroup plat-ble BLE Host
* @defgroup plat-entropy Entropy
* @defgroup plat-factory-diagnostics Factory Diagnostics
* @defgroup plat-logging Logging
+1 -1
View File
@@ -53,7 +53,7 @@ extern "C" {
* @note This number versions both OpenThread platform and user APIs.
*
*/
#define OPENTHREAD_API_VERSION (33)
#define OPENTHREAD_API_VERSION (34)
/**
* @addtogroup api-instance
+2 -2
View File
@@ -45,10 +45,10 @@ extern "C" {
#endif
/**
* @addtogroup linkmetrics Link Metrics
* @addtogroup api-link-metrics
*
* @brief
* This module includes functions that control Link Metrics protocol.
* This module includes functions that control the Link Metrics protocol.
*
* @{
*