From 11ee93f6abfaddf5bbd56cf0858c0c6ea0384b65 Mon Sep 17 00:00:00 2001 From: Dave Wallace Date: Wed, 17 Apr 2019 17:28:45 -0400 Subject: Doxygen cleanup. - Add subpages definitions in appropriate section (User or Dev docs) for doc files (*.rst, *.md) that being listed at the top level of the generated doc page. - Generate and add API list to RELEASE doc. - Fix list_api_changes script to use HEAD as the endtag so it doesn't need to be changed every release. Change-Id: Iace7b6433359c6b96869cb1db01facbbcb0ac1e6 Signed-off-by: Dave Wallace --- src/vpp/stats/stats.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/vpp') diff --git a/src/vpp/stats/stats.md b/src/vpp/stats/stats.md index dd14a188e47..521ab916876 100644 --- a/src/vpp/stats/stats.md +++ b/src/vpp/stats/stats.md @@ -1,4 +1,4 @@ -# Statistics +# Statistics {#stats_doc} In VPP most things are measured and counted. There are counters for interface statistics, like RX, TX counters, packet drops, and so on. Every node has a set of per-node counters, one set of error counters, like TTL exceeded, or packet to big or out-of-buffers. And a set of performance counters, like number of clocks, vectors, calls and suspends. -- cgit 1.2.3-korg