mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-01-01 12:00:53 +00:00
Document Socket API in doxygen module style
This commit is contained in:
parent
67d674a59c
commit
8140c77d7d
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user