[docs] trel doxygen updates (#7386)

This commit is contained in:
Sarah
2022-02-01 17:21:06 -08:00
committed by GitHub
parent 297a880324
commit 3b79cb0d08
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -84,7 +84,7 @@
* @defgroup api-message Message * @defgroup api-message Message
* *
* @defgroup api-multi-radio Multi Radio Link * @defgroup api-multi-radio Multi Radio Link
* @defgroup api-trel TREL * @defgroup api-trel TREL - Thread Stack
* *
* @defgroup api-thread Thread * @defgroup api-thread Thread
* *
@@ -167,7 +167,7 @@
* @defgroup plat-spi-slave SPI Slave * @defgroup plat-spi-slave SPI Slave
* @defgroup plat-time Time Service * @defgroup plat-time Time Service
* @defgroup plat-toolchain Toolchain * @defgroup plat-toolchain Toolchain
* @defgroup plat-trel TREL * @defgroup plat-trel TREL - Platform
* *
* @} * @}
* *
+1 -1
View File
@@ -53,7 +53,7 @@ extern "C" {
* @note This number versions both OpenThread platform and user APIs. * @note This number versions both OpenThread platform and user APIs.
* *
*/ */
#define OPENTHREAD_API_VERSION (189) #define OPENTHREAD_API_VERSION (190)
/** /**
* @addtogroup api-instance * @addtogroup api-instance
+2 -2
View File
@@ -48,9 +48,9 @@ extern "C" {
* @addtogroup api-trel * @addtogroup api-trel
* *
* @brief * @brief
* This file defines Thread Radio Encapsulation Link (TREL) APIs for Thread Over Infrastructure. * This module defines Thread Radio Encapsulation Link (TREL) APIs for Thread Over Infrastructure.
* *
* The functions in this file require `OPENTHREAD_CONFIG_RADIO_LINK_TREL_ENABLE` to be enabled. * The functions in this module require `OPENTHREAD_CONFIG_RADIO_LINK_TREL_ENABLE` to be enabled.
* *
* @{ * @{
* *