downgrades the severity of the advice in cxPropertiesFilln() from attention to remark

Fri, 27 Dec 2024 12:18:38 +0100

author
Mike Becker <universe@uap-core.de>
date
Fri, 27 Dec 2024 12:18:38 +0100
changeset 1058
d347f74ce7d1
parent 1057
4e8436c3e806
child 1059
154eb64ce746

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

mercurial