Document netconn API in doxygen module style

This commit is contained in:
Dirk Ziegelmeier
2016-07-26 17:40:55 +02:00
parent ce19c59bb2
commit 0fea2bc02e
5 changed files with 70 additions and 6 deletions

View File

@@ -35,7 +35,7 @@
*/
/**
* @defgroup netif Network interface
* @defgroup netif Network interface (NETIF)
*/
#include "lwip/opt.h"

View File

@@ -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