Skip to content
Snippets Groups Projects
Unverified Commit 242bb55c authored by Martine Lenders's avatar Martine Lenders Committed by GitHub
Browse files

Merge pull request #10719 from miri64/gnrc_netif/enh/add-l2addr-to-doc

gnrc_netif: add l2addr members to doc
parents 605365ca 48ac0ea9
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
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