Re: [dpdk-dev] [PATCH] ring: fix namesize macro documentation block

2019-04-04 Thread Thomas Monjalon
04/04/2019 14:34, Gage Eads: > '/**<' style comments apply to the previous member, which caused doxygen to > emit the RTE_RING_NAMESIZE documentation for RTE_RING_MZ_PREFIX. > > Fixes: 38c9817ee1d8 ("mempool: adjust name size in related data types") > Cc: sta...@dpdk.org > > Signed-off-by: Gage E

[dpdk-dev] [PATCH] ring: fix namesize macro documentation block

2019-04-04 Thread Gage Eads
'/**<' style comments apply to the previous member, which caused doxygen to emit the RTE_RING_NAMESIZE documentation for RTE_RING_MZ_PREFIX. Fixes: 38c9817ee1d8 ("mempool: adjust name size in related data types") Cc: sta...@dpdk.org Signed-off-by: Gage Eads --- lib/librte_ring/rte_ring.h | 2 +-