From 7bc212d734a845cc41f0416451aae0a4304cf1d6 Mon Sep 17 00:00:00 2001 From: Michal Vaner Date: Fri, 31 Oct 2008 13:56:59 +0100 Subject: [PATCH] ucw docs: Group undocumented modules together --- ucw/doc/index.txt | 51 +++++++++++++++++++++++------------------------ 1 file changed, 25 insertions(+), 26 deletions(-) diff --git a/ucw/doc/index.txt b/ucw/doc/index.txt index 589d863e..b0e1c655 100644 --- a/ucw/doc/index.txt +++ b/ucw/doc/index.txt @@ -32,6 +32,10 @@ Yet undocumented modules - Sorting * `arraysort.h` * `sorter/` +- Binary search + * `binsearch.h` +- Primes + * `prime.h` - Growing buffers * `gbuf.h` * `bbuf.h` @@ -39,8 +43,16 @@ Yet undocumented modules * `binheap.h` * `binheap-node.h` * `heap.h` -- Binary search - * `binsearch.h` +- Link lists + * `clists.h` + * `simple-lists.h` + * `slists.h` +- Hash tables + * `hashtable.h` +- Trie + * `trie.h` +- Red-black trees + * `redblack.h` - Bit manipulation * `bitarray.h` * `bitopts.h` @@ -49,16 +61,6 @@ Yet undocumented modules * `char-map.h` * `chartype.h` * `unicode.h` -- Link lists - * `clists.h` - * `simple-lists.h` - * `slists.h` -- Fixed-sized allocator - * `eltpool.h` -- Hash tables - * `hashtable.h` -- IP address access lists - * `ipaccess.h` - String manipulation * `kmp.h` * `kmp-search.h` @@ -71,28 +73,25 @@ Yet undocumented modules * `asio.h` * `lfs.h` * `partmap.h` -- Compression - * `lizard.h` +- Address manipulation + * `url.h` + * `ipaccess.h` +- Fixed-sized allocator + * `eltpool.h` - Prefetching of memory * `prefetch.h` -- Primes - * `prime.h` -- Profiling support - * `profile.h` +- Unaligned data + * `unaligned.h` +- Compression + * `lizard.h` - Caches * `qache.h` -- Red-black trees - * `redblack.h` - Threads * `semaphore.h` * `threads.h` * `workqueue.h` -- Trie - * `trie.h` -- Unaligned data - * `unaligned.h` -- URL manipulation - * `url.h` +- Profiling support + * `profile.h` License ------- -- 2.39.2