Document Socket API in doxygen module style

This commit is contained in:
Dirk Ziegelmeier 2016-07-26 18:26:58 +02:00
parent 67d674a59c
commit 8140c77d7d

View File

@ -38,6 +38,14 @@
*
*/
/**
* @defgroup socket Socket API
* BSD-style socket API.\n
* Thread-safe, to be called from non-TCPIP threads only.\n
* Can be activated by defining LWIP_SOCKET to 1.\n
* Header is in posix/sys/socket.h\b
*/
#include "lwip/opt.h"
#if LWIP_SOCKET /* don't build if not configured for use in lwipopts.h */