From 1b4c82c5c5071131d383736e30073a3fa741e610 Mon Sep 17 00:00:00 2001 From: Jeff Bumgardner Date: Thu, 11 Jan 2018 12:20:18 -0800 Subject: [PATCH] [docs] fix Doxygen tag (#2467) --- include/openthread/types.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/openthread/types.h b/include/openthread/types.h index 8e49afba9..8a41edecc 100644 --- a/include/openthread/types.h +++ b/include/openthread/types.h @@ -412,6 +412,10 @@ struct otExtAddress uint8_t m8[OT_EXT_ADDRESS_SIZE]; ///< IEEE 802.15.4 Extended Address bytes } OT_TOOL_PACKED_END; +/** + * This structure represents the IEEE 802.15.4 Extended Address. + * + */ typedef struct otExtAddress otExtAddress; #define OT_IP6_PREFIX_SIZE 8 ///< Size of an IPv6 prefix (bytes)