Add some more TCP RAW API functions to documentation

This commit is contained in:
Dirk Ziegelmeier
2016-07-27 13:46:54 +02:00
parent 9305bf2ace
commit eb3261d6e0
2 changed files with 4 additions and 1 deletions

View File

@@ -1782,7 +1782,6 @@ tcp_pcb_purge(struct tcp_pcb *pcb)
}
/**
* @ingroup tcp_raw
* Purges the PCB and removes it from a PCB list. Any delayed ACKs are sent first.
*
* @param pcblist PCB list to purge.