Re: [PATCH v3 6/7] app/procinfo: fix some wrong doxygen syntax

2022-09-24 Thread Dongdong Liu
: [PATCH v3 6/7] app/procinfo: fix some wrong doxygen syntax -/**< mask of enabled ports */ +/* mask of enabled ports */ static unsigned long enabled_port_mask; Ok you are using the prefix comments, so as per documentation . the comment should look like below. So you can consider using this st

RE: [PATCH v3 6/7] app/procinfo: fix some wrong doxygen syntax

2022-09-23 Thread Pattan, Reshma
> -Original Message- > From: Dongdong Liu > Sent: Wednesday, September 21, 2022 3:27 PM > To: dev@dpdk.org; Pattan, Reshma ; > tho...@monjalon.net; ferruh.yi...@xilinx.com; > andrew.rybche...@oktetlabs.ru > Cc: Dongdong Liu ; Maryam Tahhan > > Subject: [PATC

[PATCH v3 6/7] app/procinfo: fix some wrong doxygen syntax

2022-09-21 Thread Dongdong Liu
This code is to do cleanup for the wrong doxygen syntax comments. Signed-off-by: Dongdong Liu --- app/proc-info/main.c | 40 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/app/proc-info/main.c b/app/proc-info/main.c index e1a153c934..00ba