add references between both variants of the properties fill function

Fri, 27 Dec 2024 12:23:14 +0100

author
Mike Becker <universe@uap-core.de>
date
Fri, 27 Dec 2024 12:23:14 +0100
changeset 1059
154eb64ce746
parent 1058
d347f74ce7d1
child 1060
0a7c1bb2372d

add references between both variants of the properties fill function

src/cx/properties.h file | annotate | diff | comparison | revisions
--- 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