Skip to content

Commit

Permalink
[api] fix dnssd platform API doc (openthread#10556)
Browse files Browse the repository at this point in the history
  • Loading branch information
Irving-cl authored Jul 30, 2024
1 parent 736bd18 commit 82cee34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/openthread/instance.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion include/openthread/platform/dnssd.h
Original file line number Diff line number Diff line change
Expand Up @@ -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).
*
Expand Down

0 comments on commit 82cee34

Please sign in to comment.