Fri, 27 Dec 2024 12:18:38 +0100
downgrades the severity of the advice in cxPropertiesFilln() from attention to remark
src/cx/properties.h | file | annotate | diff | comparison | revisions |
--- a/src/cx/properties.h Thu Dec 26 20:33:06 2024 +0100 +++ b/src/cx/properties.h Fri Dec 27 12:18:38 2024 +0100 @@ -370,7 +370,7 @@ * After calling this function, you can parse the data by calling * cxPropertiesNext(). * - * @attention The properties interface tries to avoid allocations. + * @remark The properties interface tries to avoid allocations. * When you use this function and cxPropertiesNext() interleaving, * no allocations are performed. However, you must not free the * pointer to the data in that case. When you invoke the fill