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