From d8605003e4ef95c78de1a28bf647e002cda0ea0c Mon Sep 17 00:00:00 2001 From: Jeff Bumgardner Date: Thu, 25 Jan 2018 14:56:02 -0800 Subject: [PATCH] [docs] correcting Doxygen tags (#2510) * [docs] correcting Doxygen tag * [docs] fix misspelled Doxygen tag * [docs] add Channel Monitoring to Doxygen hierarchy --- include/openthread/link.h | 2 +- include/openthread/ncp.h | 2 +- include/openthread/openthread.h | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/include/openthread/link.h b/include/openthread/link.h index 66fda248e..d68da5348 100644 --- a/include/openthread/link.h +++ b/include/openthread/link.h @@ -154,7 +154,7 @@ OTAPI bool OTCALL otLinkIsInTransmitState(otInstance *aInstance); * This function enqueues an IEEE 802.15.4 out of band Frame for transmission. * * @param[in] aInstance A pointer to an OpenThread instance. - * @parma[in] aOobFrame A pointer to the frame to transmit. + * @param[in] aOobFrame A pointer to the frame to transmit. * * @retval OT_ERROR_NONE Successfully enqueued an IEEE 802.15.4 Data Request message. * @retval OT_ERROR_ALREADY An IEEE 802.15.4 out of band frame is already enqueued. diff --git a/include/openthread/ncp.h b/include/openthread/ncp.h index bdad6d44b..154af679a 100644 --- a/include/openthread/ncp.h +++ b/include/openthread/ncp.h @@ -184,7 +184,7 @@ void otNcpHandleLegacyNodeDidJoin(const otExtAddress *aExtAddr); * This callback is invoked by the legacy stack to notify that the * legacy ULA prefix has changed. * - * param[in] aUlaPrefix A pointer to the received ULA prefix. + * @param[in] aUlaPrefix A pointer to the received ULA prefix. * */ void otNcpHandleDidReceiveNewLegacyUlaPrefix(const uint8_t *aUlaPrefix); diff --git a/include/openthread/openthread.h b/include/openthread/openthread.h index 84c097d29..28cf35a31 100644 --- a/include/openthread/openthread.h +++ b/include/openthread/openthread.h @@ -111,6 +111,7 @@ extern "C" { * * @{ * + * @defgroup api-channel-monitor Channel Monitoring * @defgroup api-child-supervision Child Supervision * @defgroup api-coap CoAP * @defgroup api-cli Command Line Interface