Updated all the Doc files to new format.

This commit is contained in:
Martin Mares 2000-05-31 11:30:18 +00:00
parent 6be13de762
commit fcb5f4a725
11 changed files with 26 additions and 49 deletions

View file

@ -1,2 +1,2 @@
F client Client
.S client.c commands.c
H Client
S client.c commands.c

View file

@ -1,2 +1,2 @@
F conf Configuration
.S conf.c
H Configuration
S conf.c

36
lib/Doc
View file

@ -1,26 +1,12 @@
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
S checksum.c md5.c
S ip.c ipv4.c ipv6.c
S lists.c
S mempool.c
S slab.c
S socket.h
S bitops.c
S event.c
S patmatch.c
S printf.c
S unaligned.h

View file

@ -1,6 +1,6 @@
H Protocols
.C bgp
.C ospf
.C pipe
.C rip
.C static
C bgp
C ospf
C pipe
C rip
C static

View file

@ -1 +0,0 @@
H BGP

View file

@ -1 +0,0 @@
H OSPF

View file

@ -1 +0,0 @@
H Pipe

View file

@ -1,2 +1 @@
F rip RIP
.S rip.c
S rip.c

View file

@ -1 +0,0 @@
H Static

View file

@ -1,2 +1 @@
H System-dependent parts
.C unix
C unix

View file

@ -1,7 +1,4 @@
H UNIX
.F io I/O Functions
..S io.c
.F log Logging Functions
..S log.c
.F krt Kernel Syncer
..S krt.c
H UNIX system dependent parts
S io.c
S log.c
S krt.c