Skip to content
Snippets Groups Projects
Commit 48ac0ea9 authored by Martine Lenders's avatar Martine Lenders
Browse files

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.
parent d4fd6076
No related branches found
No related tags found
No related merge requests found
...@@ -76,7 +76,7 @@ typedef struct { ...@@ -76,7 +76,7 @@ typedef struct {
* @see net_gnrc_netif_flags * @see net_gnrc_netif_flags
*/ */
uint32_t 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 * @brief The link-layer address currently used as the source address
* on this interface. * on this interface.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment