diff -r 303a981e6834 -r 793fe631e877 src/cx/tree.h --- a/src/cx/tree.h Mon Sep 30 19:17:19 2024 +0200 +++ b/src/cx/tree.h Mon Sep 30 19:19:44 2024 +0200 @@ -862,7 +862,7 @@ * The specified \p allocator will be used for creating the tree struct * and SHALL be used by \p create_func to allocate memory for the nodes. * - * \attention This function will also register a simple destructor which + * \note This function will also register a simple destructor which * will free the nodes with the allocator's free() method. * * @param allocator the allocator that shall be used @@ -897,7 +897,7 @@ * member (or at least respect the default offsets specified in the tree * struct) and they MUST be allocated with the default stdlib allocator. * - * \attention This function will also register a simple destructor which + * \note This function will also register a simple destructor which * will free the nodes with the default stdlib allocator. * * @param create_func a function that creates new nodes