mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-05-21 23:56:59 +08:00
Document netconn API in doxygen module style
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @defgroup netif Network interface
|
||||
* @defgroup netif Network interface (NETIF)
|
||||
*/
|
||||
|
||||
#include "lwip/opt.h"
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @defgroup pbuf PBUF
|
||||
* @defgroup pbuf Payload buffers (PBUF)
|
||||
*
|
||||
* Packets are built from the pbuf data structure. It supports dynamic
|
||||
* memory allocation for packet contents or can reference externally
|
||||
|
||||
Reference in New Issue
Block a user