From eaa9102a6a239b9610ea9f57ee1a45d06c251302 Mon Sep 17 00:00:00 2001 From: Ludwig Ortmann Date: Wed, 11 Feb 2015 13:42:06 +0100 Subject: [PATCH 1/2] 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 From c6fb00a2351b16383acdebd03e77517ca00e6b3b Mon Sep 17 00:00:00 2001 From: Ludwig Ortmann Date: Wed, 11 Feb 2015 13:44:08 +0100 Subject: [PATCH 2/2] netconf: fix doxygen --- sys/include/net/ng_netconf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/include/net/ng_netconf.h b/sys/include/net/ng_netconf.h index bd2e8677ba..4dfeb26ebe 100644 --- a/sys/include/net/ng_netconf.h +++ b/sys/include/net/ng_netconf.h @@ -7,7 +7,7 @@ */ /** - * @defgroup net_netapi Configuration options for network APIs + * @defgroup net_netconf Configuration options for network APIs * @ingroup net * @brief List of available configuration options for network APIs * @{