]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/doc/index.txt
Logging: Precise timestamps and syslog PID flag are now configurable.
[libucw.git] / ucw / doc / index.txt
index 946aff67b3f7e8d145c31baca380ef9e0e58dc33..00935c3ec704766e35d9fde84963a4e91026e2ce 100644 (file)
@@ -14,6 +14,8 @@ You can see the index of <<def_index:,documented definitions>>.
 
 Modules
 -------
+- <<basics:,Basics>>
+- <<log:,Logging>>
 - <<fastbuf:,Fastbufs>>
 - <<basecode:,Base64 and Base224 encoding>>
 - <<hash:,Hashing routines>>
@@ -23,14 +25,15 @@ Modules
 - <<mainloop:,Mainloop>>
 - <<unaligned:,Unaligned data>>
 - <<lists:,Link lists>>
+- <<heap:,Binary heaps>>
+- <<binheap:,Binomial heaps>>
+- <<hashtable:,Hash tables>>
 - <<growbuf:,Growing buffers>>
 - <<chartype:,Single-byte characters>>
 - <<unicode:,Multi-byte characters>>
 - <<prime:,Prime numbers>>
 - <<sort:,Sorting>>
 - <<binsearch:,Binary search>>
-- <<heap:,Binary heaps>>
-- <<binheap:,Binomial heaps>>
 - <<compress:,Compression>>
 
 Other features
@@ -42,8 +45,6 @@ Other features
 
 Yet undocumented modules
 ------------------------
-- Hash tables
-  * `hashtable.h`
 - Trie
   * `trie.h`
 - Red-black trees