mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-08-09 17:13:49 +08:00
Fix more doxygen errors
This commit is contained in:
@@ -796,6 +796,8 @@ netconn_close(struct netconn *conn)
|
||||
* Shut down one or both sides of a TCP netconn (doesn't delete it).
|
||||
*
|
||||
* @param conn the TCP netconn to shut down
|
||||
* @param shut_rx abort running reads
|
||||
* @param shut_tx abort running writes
|
||||
* @return ERR_OK if the netconn was closed, any other err_t on error
|
||||
*/
|
||||
err_t
|
||||
|
||||
Reference in New Issue
Block a user