# HG changeset patch # User Mike Becker # Date 1687278613 -7200 # Node ID 34565d898f1f350d6aba4b64b93835df56b3dee4 # Parent 724e42ba6114c484015a16763f1a7b043ceccf03 add missing docs for cxEmptyMap diff -r 724e42ba6114 -r 34565d898f1f src/cx/map.h --- 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; /**