add missing docs for cxEmptyMap

Tue, 20 Jun 2023 18:30:13 +0200

author
Mike Becker <universe@uap-core.de>
date
Tue, 20 Jun 2023 18:30:13 +0200
changeset 714
34565d898f1f
parent 713
724e42ba6114
child 715
ab9d03750630

add missing docs for cxEmptyMap

src/cx/map.h file | annotate | diff | comparison | revisions
--- a/src/cx/map.h	Tue Jun 20 18:29:12 2023 +0200
+++ b/src/cx/map.h	Tue Jun 20 18:30:13 2023 +0200
@@ -146,6 +146,11 @@
     void *value;
 };
 
+/**
+ * A shared instance of an empty map.
+ *
+ * Writing to that map is undefined.
+ */
 extern CxMap *const cxEmptyMap;
 
 /**

mercurial