Add links to new documentation pages in the relevant files

This commit is contained in:
Dirk Ziegelmeier 2016-07-25 08:20:39 +02:00
parent d75ece2505
commit 80be1a6bf8
4 changed files with 8 additions and 5 deletions

View File

@ -2,8 +2,8 @@
* @file
* Implementation of raw protocol PCBs for low-level handling of
* different types of protocols besides (or overriding) those
* already available in lwIP.
*
* already available in lwIP.\n
* See also @ref rawapi
*/
/*

View File

@ -4,8 +4,9 @@
*
* This file contains 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.
* related to input and output is found in tcp_in.c and tcp_out.c respectively.\n
*
* See also @ref rawapi
*/
/*

View File

@ -1,7 +1,8 @@
/**
* @file
* User Datagram Protocol module
* User Datagram Protocol module\n
*
* See also @ref rawapi
*/
/*

View File

@ -1,6 +1,7 @@
/**
* @file
* OS abstraction layer
* OS abstraction layer\n
* See also @ref sys
*/
/*