1
0
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:
Alexandre Abadie 2019-07-06 22:41:03 +02:00
parent 998fd6bcc9
commit bd816f3fb1
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405
2 changed files with 4 additions and 7 deletions

View File

@ -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.
*/

View File

@ -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
*
* @{
*