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

Kevin Traynor ktraynor at redhat.com
Fri Jun 5 20:25:14 CEST 2020


Hi,

FYI, your patch has been queued to LTS release 18.11.9

Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objections before 06/10/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.

Queued patches are on a temporary branch at:
https://github.com/kevintraynor/dpdk-stable-queue

This queued commit can be viewed at:
https://github.com/kevintraynor/dpdk-stable-queue/commit/1f5251a7f175f9e6d166615101c046beb183dba9

Thanks.

Kevin.

---
>From 1f5251a7f175f9e6d166615101c046beb183dba9 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 e27874c5ae..a380f44fbd 100644
--- a/doc/api/doxy-api-index.md
+++ b/doc/api/doxy-api-index.md
@@ -1,3 +1,3 @@
-API {#index}
+API
 ===
 
-- 
2.21.3

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2020-06-05 19:20:55.040518208 +0100
+++ 0077-doc-fix-build-with-doxygen-1.8.18.patch	2020-06-05 19:20:50.981036928 +0100
@@ -1 +1 @@
-From 76fb8fc486f94e268c1329425b3a0d5900cd3214 Mon Sep 17 00:00:00 2001
+From 1f5251a7f175f9e6d166615101c046beb183dba9 Mon Sep 17 00:00:00 2001
@@ -5,0 +6,2 @@
+[ upstream commit 76fb8fc486f94e268c1329425b3a0d5900cd3214 ]
+
@@ -14 +15,0 @@
-Cc: stable at dpdk.org
@@ -23 +24 @@
-index 93f0d933b1..f597663237 100644
+index e27874c5ae..a380f44fbd 100644



More information about the stable mailing list