mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-01-27 12:35:26 +00:00
Move rawapi.txt description to main page - this doc really should be found and read by users
This commit is contained in:
parent
3ca4eb5cd8
commit
f55c0e7864
@ -781,7 +781,7 @@ WARN_LOGFILE =
|
|||||||
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
|
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
|
||||||
# Note: If this tag is empty the current directory is searched.
|
# Note: If this tag is empty the current directory is searched.
|
||||||
|
|
||||||
INPUT = ../../src main_page.h
|
INPUT = main_page.h ../../src
|
||||||
|
|
||||||
# This tag can be used to specify the character encoding of the source files
|
# This tag can be used to specify the character encoding of the source files
|
||||||
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
|
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
|
||||||
|
@ -57,7 +57,6 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @defgroup raw_api RAW API
|
* @page raw_api lwIP API
|
||||||
* @ingroup callbackstyle_api
|
|
||||||
* @verbinclude "rawapi.txt"
|
* @verbinclude "rawapi.txt"
|
||||||
*/
|
*/
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
* See also @ref raw_raw
|
* See also @ref raw_raw
|
||||||
*
|
*
|
||||||
* @defgroup raw_raw RAW
|
* @defgroup raw_raw RAW
|
||||||
* @ingroup raw_api
|
* @ingroup callbackstyle_api
|
||||||
* Implementation of raw protocol PCBs for low-level handling of
|
* Implementation of raw protocol PCBs for low-level handling of
|
||||||
* different types of protocols besides (or overriding) those
|
* different types of protocols besides (or overriding) those
|
||||||
* already available in lwIP.\n
|
* already available in lwIP.\n
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
* See also @ref tcp_raw
|
* See also @ref tcp_raw
|
||||||
*
|
*
|
||||||
* @defgroup tcp_raw TCP
|
* @defgroup tcp_raw TCP
|
||||||
* @ingroup raw_api
|
* @ingroup callbackstyle_api
|
||||||
* Transmission Control Protocol for IP\n
|
* Transmission Control Protocol for IP\n
|
||||||
* @see @ref raw_api and @ref netconn
|
* @see @ref raw_api and @ref netconn
|
||||||
*
|
*
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
* See also @ref udp_raw
|
* See also @ref udp_raw
|
||||||
*
|
*
|
||||||
* @defgroup udp_raw UDP
|
* @defgroup udp_raw UDP
|
||||||
* @ingroup raw_api
|
* @ingroup callbackstyle_api
|
||||||
* User Datagram Protocol module\n
|
* User Datagram Protocol module\n
|
||||||
* @see @ref raw_api and @ref netconn
|
* @see @ref raw_api and @ref netconn
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user