1
0
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:
Martine Lenders 2018-01-30 17:34:09 +01:00 committed by GitHub
commit c0dcff6dd0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 2 deletions

View File

@ -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

View 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>
*/