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 */ /** @} */ +/** @} */