Document netdb API, add socket functions implemented by lwip to documentation, just for reference

This commit is contained in:
Dirk Ziegelmeier
2016-07-26 22:06:54 +02:00
parent 765181a97c
commit 4a7d07a2e0
4 changed files with 39 additions and 1 deletions

View File

@@ -33,6 +33,12 @@
*
*/
/**
* @defgroup netdbapi NETDB API
* @ingroup socket
*/
#include "lwip/netdb.h"
#if LWIP_DNS && LWIP_SOCKET