Updated all the Doc files to new format.
This commit is contained in:
parent
6be13de762
commit
fcb5f4a725
11 changed files with 26 additions and 49 deletions
|
@ -1,2 +1,2 @@
|
||||||
F client Client
|
H Client
|
||||||
.S client.c commands.c
|
S client.c commands.c
|
||||||
|
|
4
conf/Doc
4
conf/Doc
|
@ -1,2 +1,2 @@
|
||||||
F conf Configuration
|
H Configuration
|
||||||
.S conf.c
|
S conf.c
|
||||||
|
|
36
lib/Doc
36
lib/Doc
|
@ -1,26 +1,12 @@
|
||||||
H Library
|
H Library
|
||||||
.F csum Checksums and hash functions
|
S checksum.c md5.c
|
||||||
..S checksum.c md5.c
|
S ip.c ipv4.c ipv6.c
|
||||||
.F ip IP addresses
|
S lists.c
|
||||||
..S ip.c ipv4.c ipv6.c
|
S mempool.c
|
||||||
.F list Linked lists
|
S slab.c
|
||||||
..S lists.c
|
S socket.h
|
||||||
.H Resource management
|
S bitops.c
|
||||||
..F gen Generic resource functions
|
S event.c
|
||||||
...S resource.c
|
S patmatch.c
|
||||||
..F mempool Memory pools
|
S printf.c
|
||||||
...S mempool.c
|
S unaligned.h
|
||||||
..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
|
|
||||||
|
|
10
proto/Doc
10
proto/Doc
|
@ -1,6 +1,6 @@
|
||||||
H Protocols
|
H Protocols
|
||||||
.C bgp
|
C bgp
|
||||||
.C ospf
|
C ospf
|
||||||
.C pipe
|
C pipe
|
||||||
.C rip
|
C rip
|
||||||
.C static
|
C static
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
H BGP
|
|
|
@ -1 +0,0 @@
|
||||||
H OSPF
|
|
|
@ -1 +0,0 @@
|
||||||
H Pipe
|
|
|
@ -1,2 +1 @@
|
||||||
F rip RIP
|
S rip.c
|
||||||
.S rip.c
|
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
H Static
|
|
|
@ -1,2 +1 @@
|
||||||
H System-dependent parts
|
C unix
|
||||||
.C unix
|
|
||||||
|
|
|
@ -1,7 +1,4 @@
|
||||||
H UNIX
|
H UNIX system dependent parts
|
||||||
.F io I/O Functions
|
S io.c
|
||||||
..S io.c
|
S log.c
|
||||||
.F log Logging Functions
|
S krt.c
|
||||||
..S log.c
|
|
||||||
.F krt Kernel Syncer
|
|
||||||
..S krt.c
|
|
||||||
|
|
Loading…
Reference in a new issue