mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-25 22:43:50 +01:00
Merge pull request #8421 from aabadie/pr/zep_doxygen_bis
sys/net/zep: add missing doxygen brief description
This commit is contained in:
commit
c0dcff6dd0
@ -10,6 +10,9 @@
|
||||
* @defgroup drivers_socket_zep Socket-based ZEP
|
||||
* @ingroup drivers_netdev
|
||||
* @brief UDP socket-based IEEE 802.15.4 device over ZEP
|
||||
*
|
||||
* @see @ref net_zep for protocol definitions
|
||||
*
|
||||
* @{
|
||||
*
|
||||
* @file
|
||||
|
||||
@ -7,12 +7,14 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @defgroup net_zep ZEP header definitions
|
||||
* @defgroup net_zep ZigBee Encapsulation Protocol
|
||||
* @ingroup net
|
||||
* @brief Provides definitions for the ZigBee Encapsulation Protocol (ZEP)
|
||||
*
|
||||
* @{
|
||||
*
|
||||
* @file
|
||||
* @brief
|
||||
* @brief Definitions for the ZigBee Encapsulation Protocol
|
||||
*
|
||||
* @author Martine Lenders <m.lenders@fu-berlin.de>
|
||||
*/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user