mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-26 03:16:18 +00:00
fix doxygen comment for netif_add
This commit is contained in:
parent
16833de1cf
commit
f2d35751ca
@ -45,8 +45,9 @@ struct netif *netif_default = NULL;
|
||||
* @param ipaddr IP address for the new netif
|
||||
* @param netmask network mask for the new netif
|
||||
* @param gw default gateway IP address for the new netif
|
||||
* @init callback function that initializes the interface
|
||||
* @input callback function that...
|
||||
* @param state opaque data passed to the new netif
|
||||
* @param init callback function that initializes the interface
|
||||
* @param input callback function that...
|
||||
*
|
||||
* @return netif, or NULL if failed.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user