--- a/docs/Writerside/topics/list.h.md Tue Feb 11 19:55:32 2025 +0100 +++ b/docs/Writerside/topics/list.h.md Tue Feb 11 20:10:29 2025 +0100 @@ -1,7 +1,7 @@ # List Interface <warning> -Outdated - Rewrite! +Outdated Section - will be updated soon! </warning> This header defines a common interface for all list implementations. @@ -13,6 +13,7 @@ the `cxListCompare` function cannot use the optimized implementation of your class and will instead fall back to using iterators to compare the contents element-wise. +<!-- ## Undocumented Symbols (TODO) ### cx_empty_list ### cxEmptyList @@ -25,4 +26,10 @@ ### cx_list_init ### cxListMutBackwardsIteratorAt ### cxListMutIteratorAt +--> +<seealso> +<category ref="apidoc"> +<a href="https://ucx.sourceforge.io/api/list_8h.html">list.h</a> +</category> +</seealso>