docs/Writerside/topics/iterator.h.md

changeset 1190
a7b913d5d589
parent 1146
151c057faf7c
--- a/docs/Writerside/topics/iterator.h.md	Tue Feb 11 19:55:32 2025 +0100
+++ b/docs/Writerside/topics/iterator.h.md	Tue Feb 11 20:10:29 2025 +0100
@@ -1,7 +1,7 @@
 # Iterators
 
 <warning>
-Outdated - Rewrite!
+Outdated Section - will be updated soon!
 </warning>
 
 In UCX 3 a new feature has been introduced to write own iterators, that work with the `cx_foreach` macro.
@@ -24,8 +24,16 @@
 the current element from the collection on the next call to `cxIteratorNext()` and clear the flag afterward.
 If you are implementing your own iterator, it is up to you to implement this behavior.
 
+<!--
 ## Undocumented Symbols (TODO)
 ### cxIterator
 ### cxIteratorPtr
 ### cxMutIterator
 ### cxMutIteratorPtr
+-->
+
+<seealso>
+<category ref="apidoc">
+<a href="https://ucx.sourceforge.io/api/iterator_8h.html">iterator.h</a>
+</category>
+</seealso>

mercurial