From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: [PATCH] doc: move metrics libs to device API section Date: Thu, 3 Aug 2017 17:56:05 +0200 Message-ID: <20170803155605.31031-1-thomas@monjalon.net> Cc: dev@dpdk.org To: remy.horton@intel.com Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id BBE815599 for ; Thu, 3 Aug 2017 17:56:15 +0200 (CEST) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" The metrics headers were listed in misc section, whereas they belong to the device API family. Fixes: 349950ddb9c5 ("metrics: add information metrics library") Fixes: 2ad7ba9a6567 ("bitrate: add bitrate statistics library") Fixes: 5cd3cac9ed22 ("latency: added new library for latency stats") Signed-off-by: Thomas Monjalon --- doc/api/doxy-api-index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/api/doxy-api-index.md b/doc/api/doxy-api-index.md index 1fd7ff17b..19e0d4f3d 100644 --- a/doc/api/doxy-api-index.md +++ b/doc/api/doxy-api-index.md @@ -43,6 +43,9 @@ The public API headers are grouped by topics: [rte_tm] (@ref rte_tm.h), [cryptodev] (@ref rte_cryptodev.h), [eventdev] (@ref rte_eventdev.h), + [metrics] (@ref rte_metrics.h), + [bitrate] (@ref rte_bitrate.h), + [latency] (@ref rte_latencystats.h), [devargs] (@ref rte_devargs.h), [PCI] (@ref rte_pci.h) @@ -161,7 +164,4 @@ The public API headers are grouped by topics: [EAL config] (@ref rte_eal.h), [common] (@ref rte_common.h), [ABI compat] (@ref rte_compat.h), - [device metrics] (@ref rte_metrics.h), - [bitrate statistics] (@ref rte_bitrate.h), - [latency statistics] (@ref rte_latencystats.h), [version] (@ref rte_version.h) -- 2.13.2