From 48ac0ea9023f1d4a7daa7e7aa33208ac015d7a92 Mon Sep 17 00:00:00 2001 From: Martine Lenders <m.lenders@fu-berlin.de> Date: Mon, 7 Jan 2019 13:04:30 +0100 Subject: [PATCH] gnrc_netif: add l2addr members to doc The `l2addr` and `l2addr_len` members of the `gnrc_netif_t` struct did not show up in the rendered documentation. --- 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 36a7e15090..236891c38c 100644 --- a/sys/include/net/gnrc/netif.h +++ b/sys/include/net/gnrc/netif.h @@ -76,7 +76,7 @@ typedef struct { * @see net_gnrc_netif_flags */ uint32_t flags; -#if (GNRC_NETIF_L2ADDR_MAXLEN > 0) +#if (GNRC_NETIF_L2ADDR_MAXLEN > 0) || DOXYGEN /** * @brief The link-layer address currently used as the source address * on this interface. -- GitLab