--- a/docs/Writerside/topics/linked_list.h.md Tue Feb 11 19:55:32 2025 +0100 +++ b/docs/Writerside/topics/linked_list.h.md Tue Feb 11 20:10:29 2025 +0100 @@ -1,7 +1,7 @@ # Linked List <warning> -Outdated - Rewrite! +Outdated Section - will be updated soon! </warning> On top of implementing the list interface, this header also defines several low-level functions that @@ -30,6 +30,7 @@ cx_linked_list_at(&a, 0, loc_next, 2); // returns pointer to c ``` +<!-- ## Undocumented Symbols (TODO) ### cx_linked_list_add ### cx_linked_list_at @@ -51,3 +52,10 @@ ### cx_linked_list_size ### cx_linked_list_sort ### cx_linked_list_unlink +--> + +<seealso> +<category ref="apidoc"> +<a href="https://ucx.sourceforge.io/api/linked__list_8h.html">linked_list.h</a> +</category> +</seealso>