summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Yourtchenko <ayourtch@gmail.com>2020-09-25 13:07:32 +0000
committerDave Wallace <dwallacelf@gmail.com>2020-09-25 17:41:29 +0000
commitc7b359ff538f53a974b88ab1447bef9736495f4f (patch)
tree62a15a223b7a044f9f2de5d0c4c9dc1ab084e6aa
parenta26b40af90d315bee9a53d39a6d4b6102b981551 (diff)
misc: documentation fixes
Change-Id: Id7ae7bbc53e89777892b973008baa93f1a083aac Type: docs Signed-off-by: Andrew Yourtchenko <ayourtch@gmail.com>
-rw-r--r--doxygen/user_doc.md5
-rwxr-xr-xsrc/plugins/wireguard/README.md2
2 files changed, 3 insertions, 4 deletions
diff --git a/doxygen/user_doc.md b/doxygen/user_doc.md
index 009af67cf1a..0610adc7458 100644
--- a/doxygen/user_doc.md
+++ b/doxygen/user_doc.md
@@ -4,24 +4,22 @@ User Documentation {#user_doc}
Several modules provide operational, dataplane-user focused documentation.
- [GUI guided user demo](https://wiki.fd.io/view/VPP_Sandbox/vpp-userdemo)
+- @subpage af_xdp_doc
- @subpage avf_plugin_doc
- @subpage bfd_doc
- @subpage dpdk_crypto_ipsec_doc
- @subpage dhcp6_pd_doc
- @subpage flowprobe_plugin_doc
- @subpage ioam_plugin_doc
-- @subpage kp_plugin_doc
- @subpage lacp_plugin_doc
- @subpage lb_plugin_doc
- @subpage lldp_doc
- @subpage map_doc
- @subpage marvel_plugin_doc
-- @subpage srv6_mobile_plugin
- @subpage mtu_doc
- @subpage nat64_doc
- @subpage nat_ha_doc
- @subpage qos_doc
-- @subpage quic_doc
- @subpage rdma_doc
- @subpage selinux_doc
- @subpage span_doc
@@ -29,3 +27,4 @@ Several modules provide operational, dataplane-user focused documentation.
- @subpage srv6_doc
- @subpage vcl_ldpreload_doc
- @subpage vmxnet3_doc
+- @subpage wireguard_plugin_doc
diff --git a/src/plugins/wireguard/README.md b/src/plugins/wireguard/README.md
index a11356cfde2..e313a32142c 100755
--- a/src/plugins/wireguard/README.md
+++ b/src/plugins/wireguard/README.md
@@ -1,4 +1,4 @@
-# Wireguard vpp-plugin
+# Wireguard vpp-plugin {#wireguard_plugin_doc}
## Overview
This plugin is an implementation of [wireguard protocol](https://www.wireguard.com/) for VPP. It allows one to create secure VPN tunnels.