[docs] add markup for history tracker (#6932)

This commit is contained in:
gavinmcgovern
2021-08-18 09:38:10 -07:00
committed by GitHub
parent 814a6c17ef
commit 1190fb5437
3 changed files with 14 additions and 1 deletions
+1
View File
@@ -124,6 +124,7 @@
* @defgroup api-entropy Entropy Source
* @defgroup api-factory-diagnostics Factory Diagnostics
* @defgroup api-heap Heap
* @defgroup api-history-tracker History Tracker
* @defgroup api-jam-detection Jam Detection
* @defgroup api-logging Logging
* @defgroup api-ncp Network Co-Processor
+12
View File
@@ -35,6 +35,13 @@
extern "C" {
#endif
/**
* @addtogroup api-history-tracker
*
* @{
*
*/
/**
* @brief
* This header defines the public API for History Tracker.
@@ -202,6 +209,11 @@ const otHistoryTrackerMessageInfo *otHistoryTrackerIterateTxHistory(otInstance *
*/
void otHistoryTrackerEntryAgeToString(uint32_t aEntryAge, char *aBuffer, uint16_t aSize);
/**
* @}
*
*/
#ifdef __cplusplus
} // extern "C"
#endif
+1 -1
View File
@@ -53,7 +53,7 @@ extern "C" {
* @note This number versions both OpenThread platform and user APIs.
*
*/
#define OPENTHREAD_API_VERSION (154)
#define OPENTHREAD_API_VERSION (155)
/**
* @addtogroup api-instance