From e9b5899eed3c2b0c378821d28edcecf7c895ddec Mon Sep 17 00:00:00 2001 From: Enrico Joerns Date: Wed, 24 Sep 2014 22:34:06 +0200 Subject: [PATCH] [core/net/mac] Doxygen: Added frame802154 to net group --- core/net/mac/frame802154.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/core/net/mac/frame802154.h b/core/net/mac/frame802154.h index 1e97a41df..e6cb80c8b 100644 --- a/core/net/mac/frame802154.h +++ b/core/net/mac/frame802154.h @@ -44,7 +44,12 @@ */ /** - * \addtogroup frame802154 + * \addtogroup net 802.15.4 frame creation and parsing + * @{ + */ + +/** + * \defgroup frame802154 802.15.4 frame creation and parsing * @{ */ /** @@ -189,3 +194,4 @@ int frame802154_parse(uint8_t *data, int length, frame802154_t *pf); /** @} */ #endif /* FRAME_802154_H */ /** @} */ +/** @} */