> -----Original Message----- > From: Dongdong Liu <liudongdo...@huawei.com> > Sent: Wednesday, September 21, 2022 3:27 PM > To: dev@dpdk.org; Pattan, Reshma <reshma.pat...@intel.com>; > tho...@monjalon.net; ferruh.yi...@xilinx.com; > andrew.rybche...@oktetlabs.ru > Cc: Dongdong Liu <liudongdo...@huawei.com>; Maryam Tahhan > <maryam.tah...@intel.com> > Subject: [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 style in the rest of the places. /** Mask of enabled ports. */ https://doc.dpdk.org/guides/contributing/documentation.html Thanks, Reshma
- RE: [PATCH v3 1/7] app/procinfo: add dpdk version dump Pattan, Reshma
- [PATCH v3 2/7] app/procinfo: add firmware version dump Dongdong Liu
- RE: [PATCH v3 2/7] app/procinfo: add firmware version ... Pattan, Reshma
- [PATCH v3 4/7] app/procinfo: add module info dump Dongdong Liu
- RE: [PATCH v3 4/7] app/procinfo: add module info dump Pattan, Reshma
- [PATCH v3 3/7] app/procinfo: add RSS RETA dump Dongdong Liu
- RE: [PATCH v3 3/7] app/procinfo: add RSS RETA dump Pattan, Reshma
- [PATCH v3 6/7] app/procinfo: fix some wrong doxygen syntax Dongdong Liu
- RE: [PATCH v3 6/7] app/procinfo: fix some wrong doxyge... Pattan, Reshma
- [PATCH v3 5/7] app/procinfo: add dump of Rx/Tx burst mode Dongdong Liu
- RE: [PATCH v3 5/7] app/procinfo: add dump of Rx/Tx bur... Pattan, Reshma
- [PATCH v3 7/7] doc: add some extended features in procinfo ... Dongdong Liu
- RE: [PATCH v3 7/7] doc: add some extended features in ... Pattan, Reshma