Don't document IP type specific output functions, users should use IP type independent ones

This commit is contained in:
Dirk Ziegelmeier
2016-08-07 10:13:50 +02:00
parent 8d07629b71
commit 980a919c9a
3 changed files with 4 additions and 11 deletions

View File

@@ -80,8 +80,7 @@ typedef enum {
*/
PBUF_IP,
/** Includes spare room for link layer header (ethernet header).
* Use this if you intend to pass the pbuf to functions like ip4_output(),
* ip6_output() or ip_output().
* Use this if you intend to pass the pbuf to functions like ip_output().
* @see @ref PBUF_LINK_HLEN
*/
PBUF_LINK,