mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-01-27 12:35:26 +00:00
Move definition of options group from main_page.h to opt.h - it's more consistent like that
This commit is contained in:
parent
bdaec1691e
commit
b0284a6927
@ -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 \
|
||||
|
@ -1,8 +1,5 @@
|
||||
/**
|
||||
* @defgroup lwip lwIP
|
||||
*
|
||||
* @defgroup lwip_opts Options (lwipopts.h)
|
||||
* @ingroup lwip
|
||||
*
|
||||
* @defgroup infrastructure Infrastructure
|
||||
*
|
||||
|
@ -51,7 +51,12 @@
|
||||
#include "lwipopts.h"
|
||||
#include "lwip/debug.h"
|
||||
|
||||
/*
|
||||
/**
|
||||
* @defgroup lwip_opts Options (lwipopts.h)
|
||||
* @ingroup lwip
|
||||
*/
|
||||
|
||||
/*
|
||||
------------------------------------
|
||||
-------------- NO SYS --------------
|
||||
------------------------------------
|
||||
@ -108,7 +113,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @defgroup lwip_opts_memcpy memcpy at al.
|
||||
* @defgroup lwip_opts_memcpy memcpy
|
||||
* @ingroup lwip_opts
|
||||
* @{
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user