[docs] Doxygen updates for openthread.io reference documentation (#2271)

This commit is contained in:
Jeff Bumgardner
2017-10-17 21:40:09 -07:00
committed by Jonathan Hui
parent 43f76b85a5
commit 41faaada13
3 changed files with 17 additions and 1 deletions
+2
View File
@@ -57,6 +57,8 @@ extern "C" {
*
* @{
*
* @defgroup api-types Types
*
* @defgroup api-execution Execution
*
* @{
+1 -1
View File
@@ -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
*/
+14
View File
@@ -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"