[docs] minor Doxygen fixes (#3110)

This commit is contained in:
Jeff Bumgardner
2018-10-01 23:13:41 -07:00
committed by Jonathan Hui
parent 1c9ddd8c15
commit 3b3cca230a
2 changed files with 9 additions and 1 deletions
+8
View File
@@ -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
+1 -1
View File
@@ -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);