mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-04 23:29:25 +00: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 & \
|
||||
(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_eq(addr1, addr2) ((addr1)->addr == (addr2)->addr)
|
||||
|
Loading…
Reference in New Issue
Block a user