Re: [dpdk-dev] [PATCH 1/1] lib: fix doxygen for parameters of function pointers

2021-01-29 Thread Thomas Monjalon
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: sta...@dpdk.org > >

[dpdk-dev] [PATCH 1/1] lib: fix doxygen for parameters of function pointers

2021-01-21 Thread 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: sta...@dpdk.org Signed-off-by: Thomas Monjalon --- lib/librte_