src/cx/properties.h

changeset 1059
154eb64ce746
parent 1058
d347f74ce7d1
--- a/src/cx/properties.h	Fri Dec 27 12:18:38 2024 +0100
+++ b/src/cx/properties.h	Fri Dec 27 12:23:14 2024 +0100
@@ -382,6 +382,7 @@
  * @param buf a pointer to the data
  * @param len the length of the data
  * @return non-zero when a memory allocation was necessary but failed
+ * @see cxPropertiesFill()
  */
 cx_attr_nonnull
 cx_attr_access_r(2, 3)
@@ -437,6 +438,7 @@
  * @param prop the properties interface
  * @param str the text to fill in
  * @return non-zero when a memory allocation was necessary but failed
+ * @see cxPropertiesFilln()
  */
 #define cxPropertiesFill(prop, str) _Generic((str), \
     cxstring: cx_properties_fill_cxstr,             \

mercurial