Documentation updates related to Joel's if_api changes

This commit is contained in:
Dirk Ziegelmeier
2017-02-09 19:39:07 +01:00
parent fb0a750970
commit eae4129863
3 changed files with 23 additions and 3 deletions

View File

@@ -1298,7 +1298,7 @@ netif_null_output_ip6(struct netif *netif, struct pbuf *p, const ip6_addr_t *ipa
#endif /* LWIP_IPV6 */
/**
* @ingroup netif_if
* @ingroup netif
* Return the interface index for the netif with name
* or 0 (invalid interface) if not found/on error
*
@@ -1316,7 +1316,7 @@ netif_name_to_index(const char *name)
}
/**
* @ingroup netif_if
* @ingroup netif
* Return the interface name for the netif matching index
* or NULL if not found/on error
*