docs/Writerside/topics/buffer.h.md

changeset 1190
a7b913d5d589
parent 1146
151c057faf7c
--- a/docs/Writerside/topics/buffer.h.md	Tue Feb 11 19:55:32 2025 +0100
+++ b/docs/Writerside/topics/buffer.h.md	Tue Feb 11 20:10:29 2025 +0100
@@ -1,12 +1,12 @@
 # Buffer
 
 <warning>
-Outdated - Rewrite!
+Outdated Section - will be updated soon!
 </warning>
 
 Instances of this buffer implementation can be used to read from or write to memory like you would do with a stream.
 This allows the use of `cx_stream_copy()` (see [](streams.h.md)) to copy contents from one buffer to another,
-or from a file or network streams to the buffer and vice-versa.
+or from a file or network streams to the buffer and vice versa.
 
 More features for convenient use of the buffer can be enabled, like automatic memory management and automatic
 resizing of the buffer space.
@@ -15,6 +15,7 @@
 to automatically resizing the buffer space.
 Please refer to the API doc for the fields prefixed with `flush_` to learn more. 
 
+<!--
 ## Undocumented Symbols (TODO)
 ### cxBufferAppend
 ### cxBufferClear
@@ -37,3 +38,10 @@
 ### cxBufferShiftRight
 ### cxBufferTerminate
 ### cxBufferWrite
+-->
+
+<seealso>
+<category ref="apidoc">
+<a href="https://ucx.sourceforge.io/api/buffer_8h.html">buffer.h</a>
+</category>
+</seealso>

mercurial