docs/Writerside/topics/map.h.md

changeset 1190
a7b913d5d589
parent 1146
151c057faf7c
--- a/docs/Writerside/topics/map.h.md	Tue Feb 11 19:55:32 2025 +0100
+++ b/docs/Writerside/topics/map.h.md	Tue Feb 11 20:10:29 2025 +0100
@@ -1,7 +1,7 @@
 # Map Interface
 
 <warning>
-Outdated - Rewrite!
+Outdated Section - will be updated soon!
 </warning>
 
 Similar to the list interface, the map interface provides a common API for implementing maps.
@@ -25,6 +25,7 @@
 There are no automatic checks to enforce this - it's completely up to you.
 If you need inspiration on how to do that, check the hash map implementation that comes with UCX.
 
+<!--
 ## Undocumented Symbols (TODO)
 ### cx_empty_map
 ### cxEmptyMap
@@ -32,3 +33,11 @@
 ### cxMapMutIterator
 ### cxMapMutIteratorKeys
 ### cxMapMutIteratorValues
+-->
+
+<seealso>
+<category ref="apidoc">
+<a href="https://ucx.sourceforge.io/api/map_8h.html">map.h</a>
+</category>
+</seealso>
+

mercurial