1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

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.
This commit is contained in:
Martine Lenders 2019-01-07 13:04:30 +01:00
parent d4fd6076c4
commit 48ac0ea902

View File

@ -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.