mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
pkg/lwip: cleanup doxygen documentation
- Deduplicate lwip group definition - Fix reference to sock instead of conn
This commit is contained in:
parent
998fd6bcc9
commit
bd816f3fb1
@ -4,4 +4,7 @@
|
||||
* @ingroup net
|
||||
* @brief Provides the lwIP network stack
|
||||
* @see http://savannah.nongnu.org/projects/lwip/
|
||||
*
|
||||
* lwIP is a lightweight TCP/IP stack primarily for usage with Ethernet.
|
||||
* It can be used with the @ref sock API.
|
||||
*/
|
||||
|
@ -7,13 +7,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @defgroup pkg_lwip lwIP
|
||||
* @ingroup pkg
|
||||
* @brief A lightweight TCP/IP stack
|
||||
* @see http://savannah.nongnu.org/projects/lwip/
|
||||
*
|
||||
* lwIP is a lightweight TCP/IP stack primarily for usage with Ethernet.
|
||||
* It can be used with the the @ref conn.
|
||||
* @ingroup pkg_lwip
|
||||
*
|
||||
* @{
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user