doxygen: fix doxygen tags 06/32306/4
authorDave Wallace <dwallacelf@gmail.com>
Thu, 13 May 2021 22:00:23 +0000 (18:00 -0400)
committerAndrew Yourtchenko <ayourtch@gmail.com>
Fri, 21 May 2021 15:33:04 +0000 (15:33 +0000)
- Missing tags mess up doxygen TOC heirarchy

Type: docs

Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
Change-Id: I012d55c0ae90aecc665b56903f4212ddc0643943

doxygen/dev_doc.md
doxygen/user_doc.md
extras/snap/README.md
extras/strongswan/README.md
extras/vpp_stats_fs/README.md
extras/vpptop/README.md

index b5306d5..20e71a9 100644 (file)
@@ -21,3 +21,6 @@ Programming notes for developers.
 - @subpage mdata_doc
 - @subpage mempreload_doc
 - @subpage pnat_doc
+- @subpage snap_doc
+- @subpage srv6_ad_flow_plugin_doc
+- @subpage strongswan_test_doc
index f19faef..ff597c0 100644 (file)
@@ -15,7 +15,7 @@ Several modules provide operational, dataplane-user focused documentation.
 - @subpage lb_plugin_doc
 - @subpage lldp_doc
 - @subpage map_doc
-- @subpage marvel_plugin_doc
+- @subpage marvell_plugin_doc
 - @subpage srv6_mobile_plugin
 - @subpage mtu_doc
 - @subpage nat64_doc
@@ -31,3 +31,5 @@ Several modules provide operational, dataplane-user focused documentation.
 - @subpage vmxnet3_doc
 - @subpage af_xdp_doc
 - @subpage wireguard_plugin_doc
+- @subpage vpp_top_doc
+- @subpage stats_fs_doc
index 9387184..47fdd3c 100644 (file)
@@ -1,3 +1,6 @@
+VPP Snap Build   {#snap_doc}
+--------------
+
 General
 -------
 
index 58cbcd9..48d0224 100644 (file)
@@ -1,4 +1,4 @@
-## vpp-sswan-test
+# VPP Swanstrong Testing Recipe {#strongswan_test_doc}
 
 Simple test framework for VPP and strongSwan scenarios.
 
index 3b0b094..c5ec812 100755 (executable)
@@ -1,4 +1,4 @@
-# VPP stats segment FUSE filesystem
+# VPP stats segment FUSE filesystem  {#stats_fs_doc}
 
 The statfs binary allows to create a FUSE filesystem to expose and to browse the stats segment.
 Is is leaned on the Go-FUSE library and requires Go-VPP stats bindings to work.
@@ -58,4 +58,4 @@ sudo fusermount -u /path/to/mountpoint
 To force the unmount even if the resource  is busy, add the -z option:
 ```bash
 sudo fusermount -uz /path/to/mountpoint
-```
\ No newline at end of file
+```
index 215f7df..c0f4dc9 100644 (file)
@@ -1,4 +1,4 @@
-## VPPTop installer
+# VPP Top Installation {#vpp_top_doc}
 
 [VPPTop]((https://github.com/PANTHEONtech/vpptop)) is a real-time data viewer for VPP interfaces and metrics displayed in dynamic terminal user interface, written in GO.
 
@@ -23,5 +23,3 @@ GOROOT=/root/.go/
 GOPATH=/root/go/
 
 If you have the GO already installed and have to run the installer with `sudo`, use the `-E` switch to provide those variables to the installer.
-
-