mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-07 15:04:39 +08:00
Remove @ref to fix doxygen build
Generating docs for file src/incl/home/travis/build/lwip-tcpip/lwip/src/include/lwip/ip4_addr.h:151:s error: unable to resolve reference to `ip4_addr_eq' for \ref command (warning treated as error, aborting now)
This commit is contained in:
parent
264a5a3e97
commit
c385f31076
@ -148,7 +148,7 @@ struct netif;
|
|||||||
((addr2)->addr & \
|
((addr2)->addr & \
|
||||||
(mask)->addr))
|
(mask)->addr))
|
||||||
/**
|
/**
|
||||||
* @deprecated Renamed to @ref ip4_addr_eq
|
* @deprecated Renamed to ip4_addr_eq
|
||||||
*/
|
*/
|
||||||
#define ip4_addr_cmp(addr1, addr2) ip4_addr_eq(addr1, addr2)
|
#define ip4_addr_cmp(addr1, addr2) ip4_addr_eq(addr1, addr2)
|
||||||
#define ip4_addr_eq(addr1, addr2) ((addr1)->addr == (addr2)->addr)
|
#define ip4_addr_eq(addr1, addr2) ((addr1)->addr == (addr2)->addr)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user