Skip to content

Commit 51744d4

Browse files
committed
Remove outdated parameter documentation from compost_alloc_init docstring
1 parent 77396c1 commit 51744d4

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

compost_rpc/lib/c/header_template.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,8 +249,6 @@
249249
* @brief Initializes an allocator.
250250
* @param buffer Pointer to buffer used for allocation
251251
* @param len Length of the buffer
252-
* @param alloc_sizes Pointer to array used for storing allocated sizes
253-
* @param alloc_ptrs Pointer to array used for storing pointers to allocations
254252
*/
255253
struct CompostAlloc compost_alloc_init(uint8_t *buffer, uint16_t len);
256254

0 commit comments

Comments
 (0)