fix missing parameter doc

Sun, 13 Oct 2024 15:19:12 +0200

author
Mike Becker <universe@uap-core.de>
date
Sun, 13 Oct 2024 15:19:12 +0200
changeset 927
71e7e9ba4b97
parent 926
8fdd8d78c14b
child 928
d2d42cb1d59e

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

mercurial