From 1a4d824027e36ec473ec7363152466f499719a7c Mon Sep 17 00:00:00 2001 From: Martine Lenders <m.lenders@fu-berlin.de> Date: Tue, 23 Jan 2018 15:02:31 +0100 Subject: [PATCH] gnrc_netif: remove "new" qualifier in documentation Calling the API "new" when it is the only network interface API (that also now is named the same as the old one) might be a little confusing. --- sys/include/net/gnrc/netif.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/include/net/gnrc/netif.h b/sys/include/net/gnrc/netif.h index 5d00f41818..b0622e0f9c 100644 --- a/sys/include/net/gnrc/netif.h +++ b/sys/include/net/gnrc/netif.h @@ -7,7 +7,7 @@ */ /** - * @defgroup net_gnrc_netif New network interface API + * @defgroup net_gnrc_netif Network interface API * @ingroup net_gnrc * @brief Abstraction layer for GNRC's network interfaces * -- GitLab