mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-01-11 18:36:41 +00:00
tcp.c: Partly undo Simon's changes from today (repairs doxygen docs)
This commit is contained in:
parent
10332773ff
commit
1631307bb3
@ -2,6 +2,15 @@
|
||||
* @file
|
||||
* Transmission Control Protocol for IP
|
||||
* See also @ref tcp_raw
|
||||
*
|
||||
* @defgroup tcp_raw TCP
|
||||
* @ingroup callbackstyle_api
|
||||
* Transmission Control Protocol for IP\n
|
||||
* @see @ref raw_api and @ref netconn
|
||||
*
|
||||
* Common functions for the TCP implementation, such as functinos
|
||||
* for manipulating the data structures and the TCP timer functions. TCP functions
|
||||
* related to input and output is found in tcp_in.c and tcp_out.c respectively.\n
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -36,17 +45,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
/**
|
||||
* @defgroup tcp_raw TCP
|
||||
* @ingroup raw_api
|
||||
* Transmission Control Protocol for IP\n
|
||||
* @see @ref raw_api and @ref netconn
|
||||
*
|
||||
* Common functions for the TCP implementation, such as functinos
|
||||
* for manipulating the data structures and the TCP timer functions. TCP functions
|
||||
* related to input and output is found in tcp_in.c and tcp_out.c respectively.\n
|
||||
*/
|
||||
|
||||
#include "lwip/opt.h"
|
||||
|
||||
#if LWIP_TCP /* don't build if not configured for use in lwipopts.h */
|
||||
|
Loading…
Reference in New Issue
Block a user