[core/net/mac] Doxygen: Added frame802154 to net group

This commit is contained in:
Enrico Joerns 2014-09-24 22:34:06 +02:00
parent 863b4b54cc
commit e9b5899eed
1 changed files with 7 additions and 1 deletions

View File

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