[dpdk-stable] patch 'doc: fix build with doxygen 1.8.18' has been queued to stable release 19.11.3

luca.boccassi at gmail.com luca.boccassi at gmail.com
Wed May 27 11:24:07 CEST 2020


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 <thomas at monjalon.net>
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 <thomas at monjalon.net>
Tested-by: Jerin Jacob <jerinj at marvell.com>
---
 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
 ===
 
 <!--
-- 
2.20.1

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2020-05-27 10:23:31.791244212 +0100
+++ 0004-doc-fix-build-with-doxygen-1.8.18.patch	2020-05-27 10:23:31.623933682 +0100
@@ -1,8 +1,10 @@
-From 76fb8fc486f94e268c1329425b3a0d5900cd3214 Mon Sep 17 00:00:00 2001
+From 86809db3105cb39d9d89159d3953585f107d862d Mon Sep 17 00:00:00 2001
 From: Thomas Monjalon <thomas at monjalon.net>
 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:
@@ -11,7 +13,6 @@
 Anyway this anchor was not used, it can be removed.
 
 Fixes: 9bf486e606b0 ("doc: generate HTML for API with doxygen")
-Cc: stable at dpdk.org
 
 Signed-off-by: Thomas Monjalon <thomas at monjalon.net>
 Tested-by: Jerin Jacob <jerinj at marvell.com>
@@ -20,7 +21,7 @@
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/doc/api/doxy-api-index.md b/doc/api/doxy-api-index.md
-index 93f0d933b1..f597663237 100644
+index dff496be09..d7c8bd24db 100644
 --- a/doc/api/doxy-api-index.md
 +++ b/doc/api/doxy-api-index.md
 @@ -1,4 +1,4 @@


More information about the stable mailing list