src/cx/list.h

changeset 526
b070ef465313
parent 525
536646d1575b
child 528
4fbfac557df8
     1.1 --- a/src/cx/list.h	Mon Apr 18 15:59:09 2022 +0200
     1.2 +++ b/src/cx/list.h	Mon Apr 18 16:29:14 2022 +0200
     1.3 @@ -72,6 +72,9 @@
     1.4      CxAllocator const *allocator;
     1.5      /**
     1.6       * An optional destructor for the list contents.
     1.7 +     *
     1.8 +     * @attention Read the documentation of the particular list implementation
     1.9 +     * whether this destructor shall only destroy the contents or also free the memory.
    1.10       */
    1.11      cx_destructor_func content_destructor;
    1.12      /**

mercurial