Fix dhcp documentation

This commit is contained in:
Dirk Ziegelmeier 2017-07-12 11:09:36 +02:00
parent d62d3edc08
commit aa317dcb18

View File

@ -1347,8 +1347,8 @@ dhcp_release_and_stop(struct netif *netif)
/**
* @ingroup dhcp4
* @deprecated Use dhcp_release_and_stop() instead.
* This function calls dhcp_release_and_stop() internally.
* @deprecated Use dhcp_release_and_stop() instead.
*/
err_t
dhcp_release(struct netif *netif)
@ -1359,8 +1359,8 @@ dhcp_release(struct netif *netif)
/**
* @ingroup dhcp4
* @deprecated Use dhcp_release_and_stop() instead.
* This function calls dhcp_release_and_stop() internally.
* @deprecated Use dhcp_release_and_stop() instead.
*/
void
dhcp_stop(struct netif *netif)