Update and restructure docs of some lwip core functions

This commit is contained in:
Dirk Ziegelmeier
2016-07-26 19:42:16 +02:00
parent c6831648e2
commit c7e20150f0
3 changed files with 8 additions and 3 deletions

View File

@@ -36,7 +36,8 @@
*/
/**
* @defgroup lwIP lwIP
* @defgroup lwip lwIP
* @ingroup infrastructure
*/
#include "lwip/opt.h"
@@ -321,7 +322,7 @@
#endif /* !LWIP_DISABLE_TCP_SANITY_CHECKS */
/**
* @ingroup lwIP
* @ingroup lwip
* Initialize all modules.
* Use this in NO_SYS mode. Use tcpip_init() otherwise.
*/