mirror of
https://github.com/espressif/openthread.git
synced 2026-08-07 03:07:47 +00:00
[docs] Doxygen fixes (#2308)
This commit is contained in:
committed by
Jonathan Hui
parent
7392200e9e
commit
977cd004bf
@@ -96,7 +96,7 @@ OTAPI otError OTCALL otCommissionerStop(otInstance *aInstance);
|
||||
* @retval OT_ERROR_INVALID_ARGS @p aExtAddress or @p aPSKd is invalid.
|
||||
* @retval OT_ERROR_INVALID_STATE The commissioner is not active.
|
||||
*
|
||||
* @note Only use this after successfully started the Commissioner role by otCommissionerStart().
|
||||
* @note Only use this after successfully starting the Commissioner role with otCommissionerStart().
|
||||
*
|
||||
*/
|
||||
OTAPI otError OTCALL otCommissionerAddJoiner(otInstance *aInstance, const otExtAddress *aExtAddress,
|
||||
@@ -113,7 +113,7 @@ OTAPI otError OTCALL otCommissionerAddJoiner(otInstance *aInstance, const otExtA
|
||||
* @retval OT_ERROR_INVALID_ARGS @p aExtAddress is invalid.
|
||||
* @retval OT_ERROR_INVALID_STATE The commissioner is not active.
|
||||
*
|
||||
* @note Only use this after successfully started the Commissioner role by otCommissionerStart().
|
||||
* @note Only use this after successfully starting the Commissioner role with otCommissionerStart().
|
||||
*
|
||||
*/
|
||||
OTAPI otError OTCALL otCommissionerRemoveJoiner(otInstance *aInstance, const otExtAddress *aExtAddress);
|
||||
@@ -143,7 +143,7 @@ OTAPI otError OTCALL otCommissionerSetProvisioningUrl(otInstance *aInstance, con
|
||||
* @retval OT_ERROR_NO_BUFS Insufficient buffers to generate an Announce Begin message.
|
||||
* @retval OT_ERROR_INVALID_STATE The commissioner is not active.
|
||||
*
|
||||
* @note Only use this after successfully started the Commissioner role by otCommissionerStart().
|
||||
* @note Only use this after successfully starting the Commissioner role with otCommissionerStart().
|
||||
*
|
||||
*/
|
||||
OTAPI otError OTCALL otCommissionerAnnounceBegin(otInstance *aInstance, uint32_t aChannelMask, uint8_t aCount,
|
||||
@@ -178,7 +178,7 @@ typedef void (OTCALL *otCommissionerEnergyReportCallback)(uint32_t aChannelMask,
|
||||
* @retval OT_ERROR_NO_BUFS Insufficient buffers to generate an Energy Scan Query message.
|
||||
* @retval OT_ERROR_INVALID_STATE The commissioner is not active.
|
||||
*
|
||||
* @note Only use this after successfully started the Commissioner role by otCommissionerStart().
|
||||
* @note Only use this after successfully starting the Commissioner role with otCommissionerStart().
|
||||
*
|
||||
*/
|
||||
OTAPI otError OTCALL otCommissionerEnergyScan(otInstance *aInstance, uint32_t aChannelMask, uint8_t aCount,
|
||||
@@ -209,7 +209,7 @@ typedef void (OTCALL *otCommissionerPanIdConflictCallback)(uint16_t aPanId, uint
|
||||
* @retval OT_ERROR_NO_BUFS Insufficient buffers to generate a PAN ID Query message.
|
||||
* @retval OT_ERROR_INVALID_STATE The commissioner is not active.
|
||||
*
|
||||
* @note Only use this after successfully started the Commissioner role by otCommissionerStart().
|
||||
* @note Only use this after successfully starting the Commissioner role with otCommissionerStart().
|
||||
*
|
||||
*/
|
||||
OTAPI otError OTCALL otCommissionerPanIdQuery(otInstance *aInstance, uint16_t aPanId, uint32_t aChannelMask,
|
||||
|
||||
@@ -102,6 +102,7 @@ extern "C" {
|
||||
* @defgroup api-joiner Joiner
|
||||
* @defgroup api-thread-router Router/Leader
|
||||
* @brief This module includes functions for Thread Routers and Leaders.
|
||||
* @defgroup api-server Server
|
||||
* @defgroup api-tmf-proxy TMF Proxy
|
||||
*
|
||||
* @}
|
||||
|
||||
@@ -115,7 +115,7 @@ OTAPI otError OTCALL otServerGetNextService(otInstance *aInstance, otNetworkData
|
||||
*
|
||||
* @param[in] aInstance A pointer to an OpenThread instance.
|
||||
*
|
||||
* retval OT_ERROR_NONE Successfully queued a Server Data Request message for delivery.
|
||||
* @retval OT_ERROR_NONE Successfully queued a Server Data Request message for delivery.
|
||||
*
|
||||
* @sa otServerAddService
|
||||
* @sa otServerRemoveService
|
||||
|
||||
Reference in New Issue
Block a user