mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-22 10:30:13 +00:00
[core/net/mac] Doxygen: Added frame802154 to net group
This commit is contained in:
parent
863b4b54cc
commit
e9b5899eed
@ -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 */
|
#endif /* FRAME_802154_H */
|
||||||
/** @} */
|
/** @} */
|
||||||
|
/** @} */
|
||||||
|
Loading…
Reference in New Issue
Block a user