Move rawapi.txt description to main page - this doc really should be found and read by users

This commit is contained in:
Dirk Ziegelmeier
2016-08-07 20:13:27 +02:00
parent 3ca4eb5cd8
commit f55c0e7864
5 changed files with 5 additions and 6 deletions

View File

@@ -6,7 +6,7 @@
* See also @ref raw_raw
*
* @defgroup raw_raw RAW
* @ingroup raw_api
* @ingroup callbackstyle_api
* Implementation of raw protocol PCBs for low-level handling of
* different types of protocols besides (or overriding) those
* already available in lwIP.\n

View File

@@ -4,7 +4,7 @@
* See also @ref tcp_raw
*
* @defgroup tcp_raw TCP
* @ingroup raw_api
* @ingroup callbackstyle_api
* Transmission Control Protocol for IP\n
* @see @ref raw_api and @ref netconn
*

View File

@@ -5,7 +5,7 @@
* See also @ref udp_raw
*
* @defgroup udp_raw UDP
* @ingroup raw_api
* @ingroup callbackstyle_api
* User Datagram Protocol module\n
* @see @ref raw_api and @ref netconn
*/