mirror of
https://github.com/espressif/openthread.git
synced 2026-08-05 10:27:49 +00:00
[docs] create Operational Dataset group (#6077)
This commit is contained in:
@@ -92,6 +92,7 @@
|
||||
* @defgroup api-thread-general General
|
||||
* @brief This module includes functions for all Thread roles.
|
||||
* @defgroup api-joiner Joiner
|
||||
* @defgroup api-operational-dataset Operational Dataset
|
||||
* @defgroup api-thread-router Router/Leader
|
||||
* @brief This module includes functions for Thread Routers and Leaders.
|
||||
* @defgroup api-server Server
|
||||
|
||||
@@ -44,7 +44,7 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
/**
|
||||
* @addtogroup api-thread-general
|
||||
* @addtogroup api-operational-dataset
|
||||
*
|
||||
* @{
|
||||
*
|
||||
|
||||
@@ -43,7 +43,7 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
/**
|
||||
* @addtogroup api-thread-general
|
||||
* @addtogroup api-operational-dataset
|
||||
*
|
||||
* @{
|
||||
*
|
||||
|
||||
@@ -43,7 +43,7 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
/**
|
||||
* @addtogroup api-dataset-updater
|
||||
* @addtogroup api-operational-dataset
|
||||
*
|
||||
* @brief
|
||||
* This module includes functions for Dataset Updater.
|
||||
|
||||
@@ -53,7 +53,7 @@ extern "C" {
|
||||
* @note This number versions both OpenThread platform and user APIs.
|
||||
*
|
||||
*/
|
||||
#define OPENTHREAD_API_VERSION (62)
|
||||
#define OPENTHREAD_API_VERSION (63)
|
||||
|
||||
/**
|
||||
* @addtogroup api-instance
|
||||
|
||||
Reference in New Issue
Block a user