[dpdk-dev] [PATCH] doc: fix build with doxygen 1.8.18

Jerin Jacob jerinjacobk at gmail.com
Wed May 20 20:15:18 CEST 2020


On Wed, May 20, 2020 at 7:26 PM Thomas Monjalon <thomas at 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 at dpdk.org
>
> Signed-off-by: Thomas Monjalon <thomas at monjalon.net>

Tested with Doxygen 1.8,13.

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 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
>


More information about the dev mailing list