]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/doc/lists.txt
XTypes: Added support to configuration and option parser.
[libucw.git] / ucw / doc / lists.txt
index eb9f11883afb59e6cbf4c6da487fc2958d34174f..68deff6dae9c22705be03eb479c4641b33a1457b 100644 (file)
@@ -10,16 +10,19 @@ Linked lists can be used very simply. We define a structure as list's handle and
 a common header in all inserted nodes. All routines then accept and return pointers
 to this handle and node headers.
 
+[[slists]]
 Single-linked lists
 -------------------
 
 !!ucw/slists.h
 
+[[clists]]
 Circular linked lists
 ---------------------
 
 !!ucw/clists.h
 
+[[simple_lists]]
 Circular linked lists of simple items
 -------------------------------------