From eaa9102a6a239b9610ea9f57ee1a45d06c251302 Mon Sep 17 00:00:00 2001 From: Ludwig Ortmann Date: Wed, 11 Feb 2015 13:42:06 +0100 Subject: [PATCH] netif: fix doxygen --- sys/include/net/ng_netif.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/sys/include/net/ng_netif.h b/sys/include/net/ng_netif.h index 4849fed9cd..c6b06f49fa 100644 --- a/sys/include/net/ng_netif.h +++ b/sys/include/net/ng_netif.h @@ -9,8 +9,11 @@ /** * @defgroup ng_netif Network interfaces * @ingroup net - * @brief Abstraction layer for network interfaces (i. .e. threads for - * protocols that are below the network layer) + * @brief Abstraction layer for network interfaces + * + * Network interfaces in this context are threads for protocols that are + * below the network layer. + * * @{ * * @file