[api] fix dnssd platform API doc (#10556)

This commit is contained in:
Li Cao
2024-07-30 11:01:46 -07:00
committed by GitHub
parent 736bd18652
commit 82cee34a3f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ extern "C" {
* @note This number versions both OpenThread platform and user APIs.
*
*/
#define OPENTHREAD_API_VERSION (430)
#define OPENTHREAD_API_VERSION (431)
/**
* @addtogroup api-instance
+1 -1
View File
@@ -372,7 +372,7 @@ void otPlatDnssdUnregisterHost(otInstance *aInstance,
* a result, these changes always need to be synced on the infrastructure DNS-SD module.
*
* @param[in] aInstance The OpenThread instance.
* @param[in] aHost Information about the key record to register.
* @param[in] aKey Information about the key record to register.
* @param[in] aRequestId The ID associated with this request.
* @param[in] aCallback The callback function pointer to report the outcome (may be NULL if no callback needed).
*