From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: [PATCH] doc: remove trailing commas in API index Date: Wed, 25 Oct 2017 17:20:08 +0200 Message-ID: <20171025152008.5438-1-thomas@monjalon.net> To: dev@dpdk.org Return-path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 5F23923A for ; Wed, 25 Oct 2017 17:20:14 +0200 (CEST) Received: from xps.monjalon.net (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id ED0AE244C7 for ; Wed, 25 Oct 2017 11:20:11 -0400 (EDT) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Fixes: c711ccb30987 ("ivshmem: remove library and its EAL integration") Fixes: e8009a077d17 ("doc: group classification libraries in doxygen index") 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 5aef5b2ec..0c4dbb6fa 100644 --- a/doc/api/doxy-api-index.md +++ b/doc/api/doxy-api-index.md @@ -108,7 +108,7 @@ The public API headers are grouped by topics: [GSO] (@ref rte_gso.h), [frag/reass] (@ref rte_ip_frag.h), [LPM IPv4 route] (@ref rte_lpm.h), - [LPM IPv6 route] (@ref rte_lpm6.h), + [LPM IPv6 route] (@ref rte_lpm6.h) - **QoS**: [metering] (@ref rte_meter.h), @@ -120,7 +120,7 @@ The public API headers are grouped by topics: [jhash] (@ref rte_jhash.h), [thash] (@ref rte_thash.h), [FBK hash] (@ref rte_fbk_hash.h), - [CRC hash] (@ref rte_hash_crc.h), + [CRC hash] (@ref rte_hash_crc.h) - **classification** [reorder] (@ref rte_reorder.h), @@ -134,7 +134,7 @@ The public API headers are grouped by topics: [mbuf] (@ref rte_mbuf.h), [ring] (@ref rte_ring.h), [tailq] (@ref rte_tailq.h), - [bitmap] (@ref rte_bitmap.h), + [bitmap] (@ref rte_bitmap.h) - **packet framework**: * [port] (@ref rte_port.h): -- 2.14.2