# HG changeset patch # User Mike Becker # Date 1735298318 -3600 # Node ID d347f74ce7d1e31dd620f3d2193fcfd74aa35e40 # Parent 4e8436c3e8062ff0cc3820c5ad99f68701810efe downgrades the severity of the advice in cxPropertiesFilln() from attention to remark diff -r 4e8436c3e806 -r d347f74ce7d1 src/cx/properties.h --- 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