Re: [dpdk-dev] [PATCH 1/1] lib: fix doxygen for parameters of function pointers
From: Thomas Monjalon <hidden> Date: 2021-01-29 14:58:09
22/01/2021 00:15, Thomas Monjalon:
Some parameters of typedef'ed function pointers were not properly listed
in the doxygen comments.
The error is seen with doxygen 1.9 which added this specific check:
https://github.com/doxygen/doxygen/commit/d34236ba4037
Cc: stable@dpdk.org
Signed-off-by: Thomas Monjalon <redacted>
No comment after a week,
I won't wait more because it is a blocker with recent version of doxygen.
Applied