From b570f3c1cbf6ed6819544e5bcd0db6c124d11545 Mon Sep 17 00:00:00 2001 From: Hauke Petersen Date: Tue, 26 May 2015 16:45:16 +0200 Subject: [PATCH] sys/ng_pktbuf: fixed doxygen --- sys/include/net/ng_pktbuf.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/include/net/ng_pktbuf.h b/sys/include/net/ng_pktbuf.h index a38ffd44a9..f408c02151 100644 --- a/sys/include/net/ng_pktbuf.h +++ b/sys/include/net/ng_pktbuf.h @@ -114,7 +114,8 @@ extern "C" { * * @return Pointer to the packet part that represents the new ng_pktsnip_t. * @return NULL, if no space is left in the packet buffer. - * @return NULL, if @p pkt != NULL, @data = `pkt->data`, and @size > `pkt->data`. + * @return NULL, if @p pkt != NULL, @p data = `pkt->data`, + * and @p size > `pkt->data`. */ ng_pktsnip_t *ng_pktbuf_add(ng_pktsnip_t *pkt, void *data, size_t size, ng_nettype_t type);