Lots of documentation updates

This commit is contained in:
Dirk Ziegelmeier
2016-06-22 20:46:19 +02:00
parent 8dc77ef558
commit 75c5829a57
8 changed files with 143 additions and 63 deletions

View File

@@ -842,7 +842,8 @@ RECURSIVE = YES
# Note that relative paths are relative to the directory from which doxygen is
# run.
EXCLUDE = ../../src/include/netif/ppp/polarssl
EXCLUDE = ../../src/include/netif/ppp/polarssl \
../../src/include/lwip/priv
# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
# directories that are symbolic links (a Unix file system feature) are excluded
@@ -2094,6 +2095,14 @@ PREDEFINED = NO_SYS=0 \
LWIP_DNS=1 \
LWIP_SOCKETS=1 \
LWIP_NETCONN=1 \
IP_SOF_BROADCAST=1 \
IP_SOF_BROADCAST_RECV=1 \
LWIP_NETIF_API=1 \
LWIP_SO_SNDTIMEO=1 \
LWIP_SO_RCVBUF=1 \
LWIP_SO_LINGER=1 \
SO_REUSE=1 \
SO_REUSE_RXTOALL=1 \
"LWIP_DNS && LWIP_SOCKET " \
"(LWIP_DNS && LWIP_SOCKET)=1 "