From 82cee34a3fb746ecae16cf01dba53804cc4dfe1f Mon Sep 17 00:00:00 2001 From: Li Cao Date: Wed, 31 Jul 2024 02:01:46 +0800 Subject: [PATCH] [api] fix dnssd platform API doc (#10556) --- include/openthread/instance.h | 2 +- include/openthread/platform/dnssd.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/openthread/instance.h b/include/openthread/instance.h index d0092539316..677ddc5f60d 100644 --- a/include/openthread/instance.h +++ b/include/openthread/instance.h @@ -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 diff --git a/include/openthread/platform/dnssd.h b/include/openthread/platform/dnssd.h index 894dff561c9..d951db58549 100644 --- a/include/openthread/platform/dnssd.h +++ b/include/openthread/platform/dnssd.h @@ -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). *