mirror of
https://github.com/espressif/openthread.git
synced 2026-08-16 15:47:46 +00:00
[docs] minor Doxygen fixes (#3110)
This commit is contained in:
committed by
Jonathan Hui
parent
1c9ddd8c15
commit
3b3cca230a
@@ -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
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user