Fix more doxygen errors

This commit is contained in:
Dirk Ziegelmeier
2016-05-23 21:38:18 +02:00
parent 90a656ed78
commit 6c8c3fd48c
3 changed files with 29 additions and 21 deletions

View File

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