# HG changeset patch # User Mike Becker # Date 1728825552 -7200 # Node ID 71e7e9ba4b97283e304679919942c281d864cd98 # Parent 8fdd8d78c14b2f863993e308a5a18aaa493a02b7 fix missing parameter doc diff -r 8fdd8d78c14b -r 71e7e9ba4b97 src/cx/tree.h --- 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