mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-09 12:48:43 +00:00
Updated all the Doc files to new format.
This commit is contained in:
parent
6be13de762
commit
fcb5f4a725
@ -1,2 +1,2 @@
|
||||
F client Client
|
||||
.S client.c commands.c
|
||||
H Client
|
||||
S client.c commands.c
|
||||
|
36
lib/Doc
36
lib/Doc
@ -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
|
||||
|
10
proto/Doc
10
proto/Doc
@ -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
|
||||
|
@ -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
|
||||
.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
|
||||
|
Loading…
Reference in New Issue
Block a user