docs/Writerside/topics/collection.h.md

changeset 1464
9a10af83cfab
parent 1424
563033aa998c
--- a/docs/Writerside/topics/collection.h.md	Thu Oct 30 19:27:18 2025 +0100
+++ b/docs/Writerside/topics/collection.h.md	Sat Nov 01 19:31:48 2025 +0100
@@ -44,6 +44,8 @@
 
 In each case the argument `c` is a pointer to your collection. The macro will then access the base data with `c->collection`.
 
+Similar to the above macros, the `cxCollectionCompareFunc(c,f)` macro can be used to set the compare function.
+
 ## Destructor Functions
 
 For working with destructors, the following macros are defined:

mercurial