[ping-sender] adding missing doxygen tags (#6330)

This commit is contained in:
gavinmcgovern
2021-03-24 10:35:22 -07:00
committed by GitHub
parent d8e3f1d5f6
commit b01b26a18a
3 changed files with 17 additions and 1 deletions
+1
View File
@@ -57,6 +57,7 @@
* @defgroup api-icmp6 ICMPv6
* @defgroup api-ip6 IPv6
* @defgroup api-srp SRP
* @defgroup api-ping-sender Ping Sender
* @defgroup api-udp-group UDP
*
* @{
+1 -1
View File
@@ -53,7 +53,7 @@ extern "C" {
* @note This number versions both OpenThread platform and user APIs.
*
*/
#define OPENTHREAD_API_VERSION (86)
#define OPENTHREAD_API_VERSION (87)
/**
* @addtogroup api-instance
+15
View File
@@ -45,6 +45,16 @@
extern "C" {
#endif
/**
* @addtogroup api-ping-sender
*
* @brief
* This file includes the OpenThread API for the ping sender module.
*
* @{
*
*/
/**
* This structure represents a ping reply.
*
@@ -105,6 +115,11 @@ otError otPingSenderPing(otInstance *aInstance, const otPingSenderConfig *aConfi
*/
void otPingSenderStop(otInstance *aInstance);
/**
* @}
*
*/
#ifdef __cplusplus
} // extern "C"
#endif