From 633b876c92281b661d263edc04628b22d15038a9 Mon Sep 17 00:00:00 2001 From: Martine Lenders Date: Tue, 20 Nov 2018 11:03:18 +0100 Subject: [PATCH] gnrc_netapi: move author tag into file context Otherwise, the authorship is associated with `GNRC_NETAPI_MSG_TYPE_RCV` in the rendered doc. --- sys/include/net/gnrc/netapi.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sys/include/net/gnrc/netapi.h b/sys/include/net/gnrc/netapi.h index 355a721afb..c6b9f83000 100644 --- a/sys/include/net/gnrc/netapi.h +++ b/sys/include/net/gnrc/netapi.h @@ -21,6 +21,9 @@ * @file * @brief Generic interface to communicate with GNRC modules * + * @author Martine Lenders + * @author Hauke Petersen + * * @defgroup net_gnrc_netapi_mbox Mailbox IPC extension * @ingroup net_gnrc_netapi * @brief @ref core_mbox "Mailbox IPC" extension for @ref net_gnrc_netapi @@ -51,8 +54,6 @@ * USEMODULE += gnrc_netapi_callbacks * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * @} - * @author Martine Lenders - * @author Hauke Petersen */ #ifndef NET_GNRC_NETAPI_H