mirror of
https://github.com/espressif/openthread.git
synced 2026-08-01 16:47:47 +00:00
[docs] Doxygen updates for openthread.io reference documentation (#2271)
This commit is contained in:
committed by
Jonathan Hui
parent
43f76b85a5
commit
41faaada13
@@ -57,6 +57,8 @@ extern "C" {
|
||||
*
|
||||
* @{
|
||||
*
|
||||
* @defgroup api-types Types
|
||||
*
|
||||
* @defgroup api-execution Execution
|
||||
*
|
||||
* @{
|
||||
|
||||
@@ -57,7 +57,7 @@ extern "C" {
|
||||
/**
|
||||
* Log levels.
|
||||
*
|
||||
* Implimentation note: These exist as defines (not enums) so that
|
||||
* Implementation note: These exist as defines (not enums) so that
|
||||
* embedded code can remove code at compile time via if/else/endif
|
||||
*/
|
||||
|
||||
|
||||
@@ -68,6 +68,16 @@ extern "C" {
|
||||
#endif /* CONTAINING_RECORD */
|
||||
#endif /* _WIN32 */
|
||||
|
||||
/**
|
||||
* @addtogroup api-types
|
||||
*
|
||||
* @brief
|
||||
* This module includes API types
|
||||
*
|
||||
* @{
|
||||
*
|
||||
*/
|
||||
|
||||
/**
|
||||
* This type represents the OpenThread instance structure.
|
||||
*/
|
||||
@@ -1125,6 +1135,10 @@ typedef enum otLogRegion
|
||||
OT_LOG_REGION_CLI = 14, ///< CLI
|
||||
} otLogRegion;
|
||||
|
||||
/**
|
||||
* @}
|
||||
*
|
||||
*/
|
||||
|
||||
#ifdef __cplusplus
|
||||
} // extern "C"
|
||||
|
||||
Reference in New Issue
Block a user