mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-05-12 19:26:52 +08:00
Document apps in doxygen module style, create more top-level categories to structure documentation
This commit is contained in:
@@ -2080,6 +2080,7 @@ PREDEFINED = NO_SYS=0 \
|
||||
LWIP_IGMP=1 \
|
||||
LWIP_TCP=1 \
|
||||
LWIP_SNMP=1 \
|
||||
SNMP_USE_RAW=1 \
|
||||
MEMP_OVERFLOW_CHECK=0 \
|
||||
MEMP_SANITY_CHECK=1 \
|
||||
LWIP_ARP=1 \
|
||||
|
||||
@@ -6,6 +6,12 @@
|
||||
* @defgroup threadsafe_api Thread-safe APIs
|
||||
* Thread-safe APIs, blocking functions. More overhead, but can be called
|
||||
* from any thread except TCPIP thread.
|
||||
*
|
||||
* @defgroup infrastructure Infrastructure
|
||||
*
|
||||
* @defgroup addons Addons
|
||||
*
|
||||
* @defgroup apps Applications
|
||||
*/
|
||||
|
||||
/*! \mainpage lwIP Documentation
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
/**
|
||||
* @defgroup ppp PPP
|
||||
* @ingroup addons
|
||||
* @verbinclude "ppp.txt"
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user