# HG changeset patch # User Mike Becker # Date 1727716784 -7200 # Node ID 793fe631e87753cea697f59ca992a6a7583213cb # Parent 303a981e68343193c202855a7559a3bdd0d153b9 downgrade the attention block regarding the auto-register of a simple destructor to a note relates to #166 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