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

Pattan, Reshma reshma.pattan at intel.com
Fri Sep 23 09:53:59 CEST 2022



> -----Original Message-----
> From: Dongdong Liu <liudongdong3 at huawei.com>
> Sent: Wednesday, September 21, 2022 3:27 PM
> To: dev at dpdk.org; Pattan, Reshma <reshma.pattan at intel.com>;
> thomas at monjalon.net; ferruh.yigit at xilinx.com;
> andrew.rybchenko at oktetlabs.ru
> Cc: Dongdong Liu <liudongdong3 at huawei.com>; Maryam Tahhan
> <maryam.tahhan at 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


More information about the dev mailing list