diff --git a/sys/include/net/gnrc/netapi.h b/sys/include/net/gnrc/netapi.h index c1b2d86a952b22b3dccd1333e3bcb8d62094326a..88d93bedcb36bf4a7ff5d42afe743ff2af5f0c83 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 <mlenders@inf.fu-berlin.de> + * @author Hauke Petersen <hauke.petersen@fu-berlin.de> + * * @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 <mlenders@inf.fu-berlin.de> - * @author Hauke Petersen <hauke.petersen@fu-berlin.de> */ #ifndef NET_GNRC_NETAPI_H