* [dpdk-stable] [PATCH] doc: fix build with doxygen 1.8.18
@ 2020-05-20 13:55 Thomas Monjalon
2020-05-20 18:15 ` [dpdk-stable] [dpdk-dev] " Jerin Jacob
0 siblings, 1 reply; 3+ messages in thread
From: Thomas Monjalon @ 2020-05-20 13:55 UTC (permalink / raw)
To: dev
Cc: david.marchand, stable, John McNamara, Marko Kovacevic,
David Marchand, Olivier Matz, Thomas Monjalon
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")
Cc: stable@dpdk.org
Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
---
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 93f0d933b1..f597663237 100644
--- a/doc/api/doxy-api-index.md
+++ b/doc/api/doxy-api-index.md
@@ -1,4 +1,4 @@
-API {#index}
+API
===
<!--
--
2.26.2
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dpdk-stable] [dpdk-dev] [PATCH] doc: fix build with doxygen 1.8.18
2020-05-20 13:55 [dpdk-stable] [PATCH] doc: fix build with doxygen 1.8.18 Thomas Monjalon
@ 2020-05-20 18:15 ` Jerin Jacob
2020-05-21 13:43 ` Thomas Monjalon
0 siblings, 1 reply; 3+ messages in thread
From: Jerin Jacob @ 2020-05-20 18:15 UTC (permalink / raw)
To: Thomas Monjalon
Cc: dpdk-dev, David Marchand, dpdk stable, John McNamara,
Marko Kovacevic, David Marchand, Olivier Matz, Thomas Monjalon
On Wed, May 20, 2020 at 7:26 PM Thomas Monjalon <thomas@monjalon.net> wrote:
>
> 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")
> Cc: stable@dpdk.org
>
> Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Tested with Doxygen 1.8,13.
Tested-by: Jerin Jacob <jerinj@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 93f0d933b1..f597663237 100644
> --- a/doc/api/doxy-api-index.md
> +++ b/doc/api/doxy-api-index.md
> @@ -1,4 +1,4 @@
> -API {#index}
> +API
> ===
>
> <!--
> --
> 2.26.2
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dpdk-stable] [dpdk-dev] [PATCH] doc: fix build with doxygen 1.8.18
2020-05-20 18:15 ` [dpdk-stable] [dpdk-dev] " Jerin Jacob
@ 2020-05-21 13:43 ` Thomas Monjalon
0 siblings, 0 replies; 3+ messages in thread
From: Thomas Monjalon @ 2020-05-21 13:43 UTC (permalink / raw)
To: Jerin Jacob
Cc: stable, dpdk-dev, David Marchand, John McNamara, Marko Kovacevic,
Olivier Matz
20/05/2020 20:15, Jerin Jacob:
> On Wed, May 20, 2020 at 7:26 PM Thomas Monjalon <thomas@monjalon.net> wrote:
> >
> > 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")
> > Cc: stable@dpdk.org
> >
> > Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
>
> Tested with Doxygen 1.8,13.
>
> Tested-by: Jerin Jacob <jerinj@marvell.com>
Applied
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2020-05-21 13:43 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-20 13:55 [dpdk-stable] [PATCH] doc: fix build with doxygen 1.8.18 Thomas Monjalon
2020-05-20 18:15 ` [dpdk-stable] [dpdk-dev] " Jerin Jacob
2020-05-21 13:43 ` Thomas Monjalon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).