From 587dd8d9e49349385c33e60cc428193a27a82f2b Mon Sep 17 00:00:00 2001 From: George Oikonomou Date: Sun, 15 Feb 2015 17:13:28 +0100 Subject: [PATCH] Remove documentation of a macro which was commented out The result of this was that the doxygen block was being applied to the wrong macro --- core/net/ip/uip.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/net/ip/uip.h b/core/net/ip/uip.h index 27e5bef39..4685f3d8f 100644 --- a/core/net/ip/uip.h +++ b/core/net/ip/uip.h @@ -1099,7 +1099,7 @@ struct uip_udp_conn *uip_udp_new(const uip_ipaddr_t *ripaddr, uint16_t rport); -/** +/* * Check if an address is a broadcast address for a network. * * Checks if an address is the broadcast address for a network. The