From 3b3cca230a8a7ff34c704ac398c6d75a86b8f957 Mon Sep 17 00:00:00 2001 From: Jeff Bumgardner Date: Mon, 1 Oct 2018 23:13:41 -0700 Subject: [PATCH] [docs] minor Doxygen fixes (#3110) --- include/openthread/error.h | 8 ++++++++ include/openthread/instance.h | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/include/openthread/error.h b/include/openthread/error.h index 42884985b..d9691dafa 100644 --- a/include/openthread/error.h +++ b/include/openthread/error.h @@ -111,7 +111,15 @@ extern "C" { * @defgroup api-channel-manager Channel Manager * @defgroup api-channel-monitor Channel Monitoring * @defgroup api-child-supervision Child Supervision + * @defgroup api-coap-group CoAP + * + * @{ + * * @defgroup api-coap CoAP + * @defgroup api-coap-secure CoAP Secure + * + * @} + * * @defgroup api-cli Command Line Interface * @defgroup api-crypto Crypto * @defgroup api-factory-diagnostics Factory Diagnostics diff --git a/include/openthread/instance.h b/include/openthread/instance.h index eeae641a9..705129173 100644 --- a/include/openthread/instance.h +++ b/include/openthread/instance.h @@ -373,7 +373,7 @@ otLogLevel otGetDynamicLogLevel(otInstance *aInstance); * * @retval OT_ERROR_NONE The log level was changed successfully. * @retval OT_ERROR_DISABLED_FEATURE The dynamic log level feature is disabled. - * (@sa `OPENTHREAD_CONFIG_ENABLE_DYNAMIC_LOG_LEVEL` configuration option). + * (see `OPENTHREAD_CONFIG_ENABLE_DYNAMIC_LOG_LEVEL` configuration option). * */ otError otSetDynamicLogLevel(otInstance *aInstance, otLogLevel aLogLevel);