docs: fix up the markdown 50/30950/1
authorAndrew Yourtchenko <ayourtch@gmail.com>
Wed, 27 Jan 2021 13:53:42 +0000 (13:53 +0000)
committerAndrew Yourtchenko <ayourtch@gmail.com>
Wed, 27 Jan 2021 14:05:39 +0000 (14:05 +0000)
Type: docs
Change-Id: Ia541839e1f1ceddfae4579dece43b9cc820702e2
Signed-off-by: Andrew Yourtchenko <ayourtch@gmail.com>
doxygen/dev_doc.md
doxygen/user_doc.md
src/plugins/wireguard/README.md

index c27dd7e..ba86712 100644 (file)
@@ -19,4 +19,5 @@ Programming notes for developers.
 - @subpage handoff_queue_demo_plugin
 - @subpage lcov_code_coverage
 - @subpage mdata_doc
+- @subpage mempreload_doc
 
index 009af67..f19faef 100644 (file)
@@ -29,3 +29,5 @@ Several modules provide operational, dataplane-user focused documentation.
 - @subpage srv6_doc
 - @subpage vcl_ldpreload_doc
 - @subpage vmxnet3_doc
+- @subpage af_xdp_doc
+- @subpage wireguard_plugin_doc
index 48e45eb..df69d93 100755 (executable)
@@ -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.