Mon, 30 Sep 2024 19:19:44 +0200
downgrade the attention block regarding the auto-register of a simple destructor to a note
relates to #166
src/cx/tree.h | file | annotate | diff | comparison | revisions |
--- 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