From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id E8873A04A4 for ; Wed, 27 May 2020 11:24:40 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id DB2741D645; Wed, 27 May 2020 11:24:40 +0200 (CEST) Received: from mail-wm1-f52.google.com (mail-wm1-f52.google.com [209.85.128.52]) by dpdk.org (Postfix) with ESMTP id 5B0861D654 for ; Wed, 27 May 2020 11:24:37 +0200 (CEST) Received: by mail-wm1-f52.google.com with SMTP id v19so2378750wmj.0 for ; Wed, 27 May 2020 02:24:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=PeHpfRgWC41PWOW5W4HdBktcpWKQ6AvnqeriFLwovCY=; b=FznJKbkXD5CUmWu3hGwel+/MoczemhNHqnDHyDQrfEGoE8toKWGO+aBWLwrwDyFgke n3igNuD5tSyq8Y9msO26FZkcSCYX6zyIlMDK7IjpKOfEDPTXDB23oxLrhqz2lpg1P0Hs y1HMAGor0D56vFDOmbyyNQ/L5bNabwfW9wYYg3zFQPcEBmRRIvc9lpXNhLuuFwwoqqh8 X1vceWK2HGvSsQKE7unKDgpRKciBSDRo9kMJE3hKUqF6NYqVxfAmKR07GIfBcRfcDkTr j0GLmY09p32tfqBb/RnVrNa+vdYgcGIOMx7nTsaEzo8uzTFTn2XhSl4UCSn4+siDhZk9 2hrA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=PeHpfRgWC41PWOW5W4HdBktcpWKQ6AvnqeriFLwovCY=; b=gUJBIAZMgLTjpKjTKbKHLjJX/uvkp482mBPBR1SBB6ncT3cIHMrHVp59F7z5KJFV3I V0gpEN+pP0r2pFzcIPZPqIk+QGTCUngaVCB1jfF3/SxRhuneTpRH4tJwiaNHiD5e1BNg Nh7JuUM2F8V6/TFOU5PwVjYqdNrMiU2c5ao+arxwBPm199DZ/f8ashnrILgxonei83sd JLDgApFZtCJ/z0we9jxfu55GQ6kfJJ2Z2GYjCMjxQMIDfqRTSQzFXq+2gRvoy14rDHB8 jWvNHK3jFNCxF+8EIwJNuw83VmF2LW9pc0xmfRXSl1xNmky2fnR7ebuOrpW7uUe/OaXM Kzjg== X-Gm-Message-State: AOAM5336i2Jid3iZCw9LzAvEsg1FGfvIUy7X1JOt2y60izZzgeKM3AyI Ygn7NszM7x5pndVrulZq4RY= X-Google-Smtp-Source: ABdhPJxY2LNyFV+Rn0NrMWeukhvxLZ9A4cLM7WPysqFAG+qLyXGIz5WXUWXkKa6T31UCZ1k29SGeVw== X-Received: by 2002:a7b:cd94:: with SMTP id y20mr3277085wmj.87.1590571476990; Wed, 27 May 2020 02:24:36 -0700 (PDT) Received: from localhost ([88.98.246.218]) by smtp.gmail.com with ESMTPSA id l2sm949281wru.58.2020.05.27.02.24.36 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 27 May 2020 02:24:36 -0700 (PDT) From: luca.boccassi@gmail.com To: Thomas Monjalon Cc: Jerin Jacob , dpdk stable Date: Wed, 27 May 2020 10:24:07 +0100 Message-Id: <20200527092422.258652-4-luca.boccassi@gmail.com> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20200527092422.258652-1-luca.boccassi@gmail.com> References: <20200522094022.1025696-43-luca.boccassi@gmail.com> <20200527092422.258652-1-luca.boccassi@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-stable] patch 'doc: fix build with doxygen 1.8.18' has been queued to stable release 19.11.3 X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" Hi, FYI, your patch has been queued to stable release 19.11.3 Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet. It will be pushed if I get no objections before 05/29/20. So please shout if anyone has objections. Also note that after the patch there's a diff of the upstream commit vs the patch applied to the branch. This will indicate if there was any rebasing needed to apply to the stable branch. If there were code changes for rebasing (ie: not only metadata diffs), please double check that the rebase was correctly done. Thanks. Luca Boccassi --- >From 86809db3105cb39d9d89159d3953585f107d862d Mon Sep 17 00:00:00 2001 From: Thomas Monjalon Date: Wed, 20 May 2020 15:33:43 +0200 Subject: [PATCH] doc: fix build with doxygen 1.8.18 [ upstream commit 76fb8fc486f94e268c1329425b3a0d5900cd3214 ] Having an explicit "index" anchor looks forbidden: doc/api/doxy-api-index.md:1: warning: multiple use of section label 'index' for main page Anyway this anchor was not used, it can be removed. Fixes: 9bf486e606b0 ("doc: generate HTML for API with doxygen") Signed-off-by: Thomas Monjalon Tested-by: Jerin Jacob --- doc/api/doxy-api-index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/doxy-api-index.md b/doc/api/doxy-api-index.md index dff496be09..d7c8bd24db 100644 --- a/doc/api/doxy-api-index.md +++ b/doc/api/doxy-api-index.md @@ -1,4 +1,4 @@ -API {#index} +API ===