summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>2000-05-05 19:17:42 +0200
committerMartin Mares <mj@ucw.cz>2000-05-05 19:17:42 +0200
commitab1129c1bdea41ff06fd21390cde5667d07f6e65 (patch)
treef4ef9fd39fcb03a5df3e0e1335712c75df67f759 /lib
parentb177724896b75159dbc8e203ac0e5a134229ae90 (diff)
downloadbird-ab1129c1bdea41ff06fd21390cde5667d07f6e65.tar
bird-ab1129c1bdea41ff06fd21390cde5667d07f6e65.zip
Added skeleton Doc files for the whole developer's documentation.
Diffstat (limited to 'lib')
-rw-r--r--lib/Doc26
1 files changed, 26 insertions, 0 deletions
diff --git a/lib/Doc b/lib/Doc
new file mode 100644
index 0000000..483b108
--- /dev/null
+++ b/lib/Doc
@@ -0,0 +1,26 @@
+H Library
+.F csum Checksums and hash functions
+..S checksum.c md5.c
+.F ip IP addresses
+..S ip.c ipv4.c ipv6.c
+.F list Linked lists
+..S lists.c
+.H Resource management
+..F gen Generic resource functions
+...S resource.c
+..F mempool Memory pools
+...S mempool.c
+..F slab Slabs
+...S slab.c
+..F sock Sockets
+...S socket.h
+.H Miscellaneous functions
+..F bit Bit operations
+...S bitops.c
+..F event Events
+...S event.c
+..F pat Pattern matching
+...S patmatch.c
+..F printf Printf
+...S printf.c
+..F unaligned Unaligned access