src/cx/properties.h

changeset 1058
d347f74ce7d1
parent 1038
8cab3d8e0af4
child 1059
154eb64ce746
--- 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