docs/Writerside/topics/hash_map.h.md

changeset 1190
a7b913d5d589
parent 1146
151c057faf7c
--- a/docs/Writerside/topics/hash_map.h.md	Tue Feb 11 19:55:32 2025 +0100
+++ b/docs/Writerside/topics/hash_map.h.md	Tue Feb 11 20:10:29 2025 +0100
@@ -1,7 +1,7 @@
 # Hash Map
 
 <warning>
-Outdated - Rewrite!
+Outdated Section - will be updated soon!
 </warning>
 
 UCX provides a basic hash map implementation with a configurable amount of buckets.
@@ -11,6 +11,15 @@
 specific hash map implementation, and you would need to remove all calls to this function when you want to
 exchange the concrete map implementation with something different.
 
+<!--
 ## Undocumented Symbols (TODO)
 ### cxHashMapCreate
 ### cxMapRehash
+-->
+
+<seealso>
+<category ref="apidoc">
+<a href="https://ucx.sourceforge.io/api/hash__map_8h.html">hash_map.h</a>
+</category>
+</seealso>
+

mercurial