Skip to content

Commit

Permalink
pkg/lwip: cleanup doxygen documentation
Browse files Browse the repository at this point in the history
- Deduplicate lwip group definition
- Fix reference to sock instead of conn
  • Loading branch information
aabadie committed Aug 5, 2019
1 parent 998fd6b commit bd816f3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
3 changes: 3 additions & 0 deletions pkg/lwip/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
8 changes: 1 addition & 7 deletions pkg/lwip/include/lwip.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
*
* @{
*
Expand Down

0 comments on commit bd816f3

Please sign in to comment.