mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-02-10 21:40:29 +00:00
Fix doxygen warning in opt.h
This commit is contained in:
parent
70927892e1
commit
b14032c531
@ -1038,7 +1038,7 @@
|
|||||||
*
|
*
|
||||||
* Instead, you can also use an external function:
|
* Instead, you can also use an external function:
|
||||||
* \#define DNS_LOOKUP_LOCAL_EXTERN(x) extern err_t my_lookup_function(const char *name, ip_addr_t *addr, u8_t dns_addrtype)
|
* \#define DNS_LOOKUP_LOCAL_EXTERN(x) extern err_t my_lookup_function(const char *name, ip_addr_t *addr, u8_t dns_addrtype)
|
||||||
* that looks up the IP address and returns ERR_OK if found (LWIP_DNS_ADDRTYPE_* is passed in dns_addrtype).
|
* that looks up the IP address and returns ERR_OK if found (LWIP_DNS_ADDRTYPE_xxx is passed in dns_addrtype).
|
||||||
*/
|
*/
|
||||||
#if !defined DNS_LOCAL_HOSTLIST || defined __DOXYGEN__
|
#if !defined DNS_LOCAL_HOSTLIST || defined __DOXYGEN__
|
||||||
#define DNS_LOCAL_HOSTLIST 0
|
#define DNS_LOCAL_HOSTLIST 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user