Restructure documentation. Create two top-level sections for thread-safe and callback-style APIs.

This commit is contained in:
Dirk Ziegelmeier
2016-07-26 18:39:53 +02:00
parent 8140c77d7d
commit 8a9de94b1f
11 changed files with 20 additions and 2 deletions

View File

@@ -40,6 +40,7 @@
/**
* @defgroup socket Socket API
* @ingroup threadsafe_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