From 84b543d8b1522d70aada38f3db49aade5230fc64 Mon Sep 17 00:00:00 2001 From: Dave Wallace Date: Thu, 13 May 2021 18:00:23 -0400 Subject: doxygen: fix doxygen tags - Missing tags mess up doxygen TOC heirarchy Type: docs Signed-off-by: Dave Wallace Change-Id: I012d55c0ae90aecc665b56903f4212ddc0643943 --- extras/vpp_stats_fs/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'extras/vpp_stats_fs') diff --git a/extras/vpp_stats_fs/README.md b/extras/vpp_stats_fs/README.md index 3b0b09468a6..c5ec8127d8a 100755 --- a/extras/vpp_stats_fs/README.md +++ b/extras/vpp_stats_fs/README.md @@ -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 +``` -- cgit 1.2.3-korg