Sun, 13 Oct 2024 15:19:12 +0200
fix missing parameter doc
src/cx/tree.h | file | annotate | diff | comparison | revisions |
--- a/src/cx/tree.h Sun Oct 13 14:06:32 2024 +0200 +++ b/src/cx/tree.h Sun Oct 13 15:19:12 2024 +0200 @@ -927,6 +927,7 @@ * will be set. If you wish to use any of this functionality for the wrapped * tree, you need to specify those functions afterwards. * + * @param allocator the allocator that was used for nodes of the wrapped tree * @param root the root node of the tree that shall be wrapped * @param loc_parent offset in the node struct for the parent pointer * @param loc_children offset in the node struct for the children linked list