mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-03 04:54:38 +08:00
Add pbuf_get_contiguous() to doxygen docs
This commit is contained in:
parent
9ab2eefc37
commit
01f9a04e4a
@ -1056,7 +1056,9 @@ pbuf_copy_partial(const struct pbuf *buf, void *dataptr, u16_t len, u16_t offset
|
|||||||
return copied_total;
|
return copied_total;
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Get part of a pbuf's payload as contiguous memory. The returned memory is
|
/**
|
||||||
|
* @ingroup pbuf
|
||||||
|
* Get part of a pbuf's payload as contiguous memory. The returned memory is
|
||||||
* either a pointer into the pbuf's payload or, if split over multiple pbufs,
|
* either a pointer into the pbuf's payload or, if split over multiple pbufs,
|
||||||
* a copy into the user-supplied buffer.
|
* a copy into the user-supplied buffer.
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user