diff options
author | Martin Mares <mj@ucw.cz> | 2000-05-05 19:17:42 +0200 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 2000-05-05 19:17:42 +0200 |
commit | ab1129c1bdea41ff06fd21390cde5667d07f6e65 (patch) | |
tree | f4ef9fd39fcb03a5df3e0e1335712c75df67f759 /proto | |
parent | b177724896b75159dbc8e203ac0e5a134229ae90 (diff) | |
download | bird-ab1129c1bdea41ff06fd21390cde5667d07f6e65.tar bird-ab1129c1bdea41ff06fd21390cde5667d07f6e65.zip |
Added skeleton Doc files for the whole developer's documentation.
Diffstat (limited to 'proto')
-rw-r--r-- | proto/Doc | 6 | ||||
-rw-r--r-- | proto/bgp/Doc | 1 | ||||
-rw-r--r-- | proto/ospf/Doc | 1 | ||||
-rw-r--r-- | proto/pipe/Doc | 1 | ||||
-rw-r--r-- | proto/rip/Doc | 2 | ||||
-rw-r--r-- | proto/static/Doc | 1 |
6 files changed, 12 insertions, 0 deletions
diff --git a/proto/Doc b/proto/Doc new file mode 100644 index 0000000..305e5ba --- /dev/null +++ b/proto/Doc @@ -0,0 +1,6 @@ +H Protocols +.C bgp +.C ospf +.C pipe +.C rip +.C static diff --git a/proto/bgp/Doc b/proto/bgp/Doc new file mode 100644 index 0000000..1976d39 --- /dev/null +++ b/proto/bgp/Doc @@ -0,0 +1 @@ +H BGP diff --git a/proto/ospf/Doc b/proto/ospf/Doc new file mode 100644 index 0000000..be4c971 --- /dev/null +++ b/proto/ospf/Doc @@ -0,0 +1 @@ +H OSPF diff --git a/proto/pipe/Doc b/proto/pipe/Doc new file mode 100644 index 0000000..6b57c14 --- /dev/null +++ b/proto/pipe/Doc @@ -0,0 +1 @@ +H Pipe diff --git a/proto/rip/Doc b/proto/rip/Doc new file mode 100644 index 0000000..0714409 --- /dev/null +++ b/proto/rip/Doc @@ -0,0 +1,2 @@ +F rip RIP +.S rip.c diff --git a/proto/static/Doc b/proto/static/Doc new file mode 100644 index 0000000..e38897b --- /dev/null +++ b/proto/static/Doc @@ -0,0 +1 @@ +H Static |