]> git.droids-corp.org - dpdk.git/commit
doc: fix API index Markdown syntax
authorDmitry Kozlyuk <dmitry.kozliuk@gmail.com>
Wed, 6 Apr 2022 17:10:11 +0000 (20:10 +0300)
committerThomas Monjalon <thomas@monjalon.net>
Wed, 1 Jun 2022 09:53:05 +0000 (11:53 +0200)
commita9d84ead56b40cb9cb5b4efe8709528f12b81e2e
tree604e7aad385b953b333ebed89596934c5048960d
parente4c2241419d0fb32696181ca78faa2c555b5fc58
doc: fix API index Markdown syntax

API documentation index had spaces between link caption and URL,
which may be unsupported by some Markdown implementations.
That is, "[caption](URL)" is valid but "[caption] (URL)" is not.
The problematic behavior is observed with Doxygen on Windows.
Remove the spaces.
Unfortunately, Markdown syntax is not formally specified.

Fixes: 9bf486e606b0 ("doc: generate HTML for API with doxygen")
Signed-off-by: Dmitry Kozlyuk <dmitry.kozliuk@gmail.com>
doc/api/doxy-api-index.md