diff options
author | Chris Luke <chrisy@flirble.org> | 2016-09-14 12:42:54 -0400 |
---|---|---|
committer | Damjan Marion <dmarion.lists@gmail.com> | 2016-09-20 10:53:04 +0000 |
commit | 5ccbaa97a86715bfee2ab44523075a93a8abb698 (patch) | |
tree | ed6b0b9dd2a65e5fc557cd4f07623da2e41bb7b7 /vnet | |
parent | a8cd30937e5dc8a3bf629e1ee667550e267e5651 (diff) |
Add structure to some of the documentation; VPP-223
Moves the random .md files, when rendered by Doxygen,
into a config examples tree. We may later flesh this
out into a more complete user documentation section.
Change-Id: If423b82f1047f1c84f90876a786313054b5f7c77
Signed-off-by: Chris Luke <chrisy@flirble.org>
Diffstat (limited to 'vnet')
-rw-r--r-- | vnet/vnet/ipsec-gre/ipsec_gre_doc.md | 2 | ||||
-rw-r--r-- | vnet/vnet/lldp/lldp_doc.md (renamed from vnet/vnet/lldp/lldp.md) | 2 | ||||
-rw-r--r-- | vnet/vnet/map/map_doc.md | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/vnet/vnet/ipsec-gre/ipsec_gre_doc.md b/vnet/vnet/ipsec-gre/ipsec_gre_doc.md index e9e5fdd9929..e1bb9cdab1a 100644 --- a/vnet/vnet/ipsec-gre/ipsec_gre_doc.md +++ b/vnet/vnet/ipsec-gre/ipsec_gre_doc.md @@ -1,4 +1,4 @@ -# VPP L2-GRE over IPsec implementation +# VPP L2-GRE over IPsec implementation {#ipsec_gre_doc} This is a memo intended to contain documentation of the VPP L2-GRE over IPsec implementation. Everything that is not directly obvious should come here. diff --git a/vnet/vnet/lldp/lldp.md b/vnet/vnet/lldp/lldp_doc.md index 55de8f06151..bac480a51d3 100644 --- a/vnet/vnet/lldp/lldp.md +++ b/vnet/vnet/lldp/lldp_doc.md @@ -1,4 +1,4 @@ -# VPP Link Layer Discovery Protocol (LLDP) implementation +# VPP Link Layer Discovery Protocol (LLDP) implementation {#lldp_doc} This is a memo intended to contain documentation of the VPP LLDP implementation Everything that is not directly obvious should come here. diff --git a/vnet/vnet/map/map_doc.md b/vnet/vnet/map/map_doc.md index 230c52dfafd..17f3c51174b 100644 --- a/vnet/vnet/map/map_doc.md +++ b/vnet/vnet/map/map_doc.md @@ -1,4 +1,4 @@ -# VPP MAP and Lw4o6 implementation +# VPP MAP and Lw4o6 implementation {#map_doc} This is a memo intended to contain documentation of the VPP MAP and Lw4o6 implementations. Everything that is not directly obvious should come here. |