> -----Original Message-----
> From: Dongdong Liu <[email protected]>
> Sent: Wednesday, September 21, 2022 3:27 PM
> To: [email protected]; Pattan, Reshma <[email protected]>;
> [email protected]; [email protected];
> [email protected]
> Cc: Dongdong Liu <[email protected]>; Maryam Tahhan
> <[email protected]>
> 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

Reply via email to