Move definition of options group from main_page.h to opt.h - it's more consistent like that

This commit is contained in:
Dirk Ziegelmeier
2016-07-28 08:27:49 +02:00
parent bdaec1691e
commit b0284a6927
3 changed files with 8 additions and 5 deletions

View File

@@ -2081,6 +2081,7 @@ PREDEFINED = __DOXYGEN__=1 \
LWIP_IGMP=1 \
LWIP_TCP=1 \
LWIP_SNMP=1 \
SNMP_USE_NETCONN=1 \
SNMP_USE_RAW=1 \
MEMP_OVERFLOW_CHECK=0 \
MEMP_SANITY_CHECK=1 \

View File

@@ -1,8 +1,5 @@
/**
* @defgroup lwip lwIP
*
* @defgroup lwip_opts Options (lwipopts.h)
* @ingroup lwip
*
* @defgroup infrastructure Infrastructure
*