--- a/docs/Writerside/topics/array_list.h.md Tue Feb 11 19:55:32 2025 +0100 +++ b/docs/Writerside/topics/array_list.h.md Tue Feb 11 20:10:29 2025 +0100 @@ -1,7 +1,7 @@ # Array List <warning> -Outdated - Rewrite! +Outdated Section - will be updated soon! </warning> Since low-level array lists are just plain arrays, there is no need for such many low-level functions as for linked @@ -44,6 +44,7 @@ `cx_array_simple_*()` convenience macros to reduce code overhead. The convenience macros automatically determine the width of the size/capacity variables. +<!-- ## Undocumented Symbols (TODO) ### cx_array_binary_search ### cx_array_binary_search_inf @@ -56,4 +57,10 @@ ### cx_array_reallocator ### cx_array_reserve ### cx_array_swap -### cx_array_swap_sbo_size \ No newline at end of file +### cx_array_swap_sbo_size +--> +<seealso> +<category ref="apidoc"> +<a href="https://ucx.sourceforge.io/api/array__list_8h.html">array_list.h</a> +</category> +</seealso>