docs/Writerside/topics/properties.h.md

changeset 1603
ffea41207599
parent 1569
b5d896ad5e75
--- a/docs/Writerside/topics/properties.h.md	Sun Dec 14 15:45:01 2025 +0100
+++ b/docs/Writerside/topics/properties.h.md	Sun Dec 14 16:15:57 2025 +0100
@@ -65,9 +65,10 @@
 void cxPropertiesUseStack(CxProperties *prop,
         char *buf, size_t capacity);
 
-CxPropertiesStatus cxPropertiesLoad(CxPropertiesConfig config,
+CxPropertiesStatus cxPropertiesLoad(
         const CxAllocator *allocator,
-        AnyStr filename, CxMap *target);
+        AnyStr filename, CxMap *target,
+        CxPropertiesConfig config);
 
 CxPropertiesStatus cxPropertiesLoadDefault(
         const CxAllocator *allocator,

mercurial