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