diff --git a/include/openthread/openthread.h b/include/openthread/openthread.h index 2c0e8eae8..920a0ba52 100644 --- a/include/openthread/openthread.h +++ b/include/openthread/openthread.h @@ -57,6 +57,8 @@ extern "C" { * * @{ * + * @defgroup api-types Types + * * @defgroup api-execution Execution * * @{ diff --git a/include/openthread/platform/logging.h b/include/openthread/platform/logging.h index 0f9e9c2fc..a78b40119 100644 --- a/include/openthread/platform/logging.h +++ b/include/openthread/platform/logging.h @@ -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 */ diff --git a/include/openthread/types.h b/include/openthread/types.h index 27e1ae070..9fe96db04 100644 --- a/include/openthread/types.h +++ b/include/openthread/types.h @@ -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"