[dpdk-dev] [PATCH] ethdev: group constant definitions in Doxygen
Kevin Traynor
ktraynor at redhat.com
Thu Sep 23 18:35:14 CEST 2021
On 30/08/2021 11:42, Thomas Monjalon wrote:
> A lot of flags are parts of a group but are documented alone.
> The Doxygen syntax @{ and @} for grouping is used
> to make flags appear together and have a common description.
>
> Some Rx/Tx offload flags and RSS definitions are not grouped
> because they need to be all properly documented first.
>
> Signed-off-by: Thomas Monjalon<thomas at monjalon.net>
> ---
> lib/ethdev/rte_ethdev.h | 71 ++++++++++++++++++++++++++++-------------
> 1 file changed, 48 insertions(+), 23 deletions(-)
lgtm, this is a nice enhancement when reading the api guide.
Acked-by: Kevin Traynor <ktraynor at redhat.com>
More information about the dev
mailing list