Re: [dpdk-dev] [PATCH v2 4/6] doc: replace doxygen example in contribution guide

2018-10-09 Thread Andrew Rybchenko
On 10/9/18 3:16 AM, Thomas Monjalon wrote: The provided example of doxygen header is about a deprecated function. It is replaced by rte_spinlock_trylock() which is small and good enough for the purpose. Signed-off-by: Thomas Monjalon One nit below Reviewed-by: Andrew Rybchenko --- doc/g

[dpdk-dev] [PATCH v2 4/6] doc: replace doxygen example in contribution guide

2018-10-08 Thread Thomas Monjalon
The provided example of doxygen header is about a deprecated function. It is replaced by rte_spinlock_trylock() which is small and good enough for the purpose. Signed-off-by: Thomas Monjalon --- doc/guides/contributing/documentation.rst | 15 +-- 1 file changed, 5 insertions(+), 10 d