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_IGMP=1 \
LWIP_TCP=1 \ LWIP_TCP=1 \
LWIP_SNMP=1 \ LWIP_SNMP=1 \
SNMP_USE_NETCONN=1 \
SNMP_USE_RAW=1 \ SNMP_USE_RAW=1 \
MEMP_OVERFLOW_CHECK=0 \ MEMP_OVERFLOW_CHECK=0 \
MEMP_SANITY_CHECK=1 \ MEMP_SANITY_CHECK=1 \

View File

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

View File

@ -51,7 +51,12 @@
#include "lwipopts.h" #include "lwipopts.h"
#include "lwip/debug.h" #include "lwip/debug.h"
/* /**
* @defgroup lwip_opts Options (lwipopts.h)
* @ingroup lwip
*/
/*
------------------------------------ ------------------------------------
-------------- NO SYS -------------- -------------- NO SYS --------------
------------------------------------ ------------------------------------
@ -108,7 +113,7 @@
*/ */
/** /**
* @defgroup lwip_opts_memcpy memcpy at al. * @defgroup lwip_opts_memcpy memcpy
* @ingroup lwip_opts * @ingroup lwip_opts
* @{ * @{
*/ */