From b443e53ccb5f5bc03de17f8ecd6cf6151dd9f6d8 Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Tue, 23 Jan 2018 18:54:59 +0100 Subject: [PATCH 1/2] sys/net/zep: add missing doxygen brief description --- sys/include/net/zep.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sys/include/net/zep.h b/sys/include/net/zep.h index 80a317a40e..795f2edce5 100644 --- a/sys/include/net/zep.h +++ b/sys/include/net/zep.h @@ -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 */ From 4fe2490bc56514b3594302560a4ed20cb0e0779b Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Tue, 23 Jan 2018 22:10:58 +0100 Subject: [PATCH 2/2] cpu/native/socket_zep: add ref to net_zep doxygen group --- cpu/native/include/socket_zep.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cpu/native/include/socket_zep.h b/cpu/native/include/socket_zep.h index af12459fc6..bcb945cac8 100644 --- a/cpu/native/include/socket_zep.h +++ b/cpu/native/include/socket_zep.h @@ -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