doc: fix build with doxygen 1.8.18
authorThomas Monjalon <thomas@monjalon.net>
Wed, 20 May 2020 13:33:43 +0000 (15:33 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 21 May 2020 13:41:49 +0000 (15:41 +0200)
commit76fb8fc486f94e268c1329425b3a0d5900cd3214
tree358c115cc42781d968b7e8accd1318b66f16faa6
parentef5391b7658b0ce9c0626bf3ecdc3db600e44c0e
doc: fix build with doxygen 1.8.18

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-by: Jerin Jacob <jerinj@marvell.com>
doc/api/doxy-api-index.md