From c9ad58308a54913a585de07dc8082256847c03c8 Mon Sep 17 00:00:00 2001 From: Dirk Ziegelmeier Date: Thu, 18 Aug 2016 10:59:18 +0200 Subject: [PATCH] Minor documentation fixes --- doc/doxygen/lwip.Doxyfile | 3 ++- src/core/ipv4/autoip.c | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/doxygen/lwip.Doxyfile b/doc/doxygen/lwip.Doxyfile index 5b8bda3b..c3f17d23 100644 --- a/doc/doxygen/lwip.Doxyfile +++ b/doc/doxygen/lwip.Doxyfile @@ -2085,7 +2085,7 @@ PREDEFINED = __DOXYGEN__=1 \ SNMP_USE_NETCONN=1 \ SNMP_USE_RAW=1 \ MIB2_STATS=1 \ - LWIP_MDNS=1 \ + LWIP_MDNS_RESPONDER=1 \ MEMP_OVERFLOW_CHECK=0 \ MEMP_SANITY_CHECK=1 \ LWIP_ARP=1 \ @@ -2093,6 +2093,7 @@ PREDEFINED = __DOXYGEN__=1 \ LWIP_NETIF_HOSTNAME=1 \ LWIP_NETIF_API=1 \ LWIP_NETIF_CALLBACK=1 \ + LWIP_NETIF_STATUS_CALLBACK=1 \ LWIP_NETIF_REMOVE_CALLBACK=1 \ LWIP_NETIF_LINK_CALLBACK=1 \ ENABLE_LOOPBACK=1 \ diff --git a/src/core/ipv4/autoip.c b/src/core/ipv4/autoip.c index 44b35431..33249786 100644 --- a/src/core/ipv4/autoip.c +++ b/src/core/ipv4/autoip.c @@ -12,7 +12,7 @@ * * define @ref LWIP_AUTOIP 1 in your lwipopts.h * Options: - * @ref AUTOIP_TMR_INTERVAL msecs, + * AUTOIP_TMR_INTERVAL msecs, * I recommend a value of 100. The value must divide 1000 with a remainder almost 0. * Possible values are 1000, 500, 333, 250, 200, 166, 142, 125, 111, 100 .... *