[docs] create Operational Dataset group (#6077)

This commit is contained in:
Jonathan Hui
2021-01-17 09:30:40 -08:00
committed by GitHub
parent 113c83b885
commit c777db38dc
5 changed files with 5 additions and 4 deletions
+1
View File
@@ -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
+1 -1
View File
@@ -44,7 +44,7 @@ extern "C" {
#endif
/**
* @addtogroup api-thread-general
* @addtogroup api-operational-dataset
*
* @{
*
+1 -1
View File
@@ -43,7 +43,7 @@ extern "C" {
#endif
/**
* @addtogroup api-thread-general
* @addtogroup api-operational-dataset
*
* @{
*
+1 -1
View File
@@ -43,7 +43,7 @@ extern "C" {
#endif
/**
* @addtogroup api-dataset-updater
* @addtogroup api-operational-dataset
*
* @brief
* This module includes functions for Dataset Updater.
+1 -1
View File
@@ -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