Re: [PATCH v4 12/12] eventdev: fix doxygen processing of event vector struct

2024-03-04 Thread Bruce Richardson
On Mon, Mar 04, 2024 at 04:35:41PM +0100, Thomas Monjalon wrote: > 21/02/2024 11:32, Bruce Richardson: > > The event vector struct was missing comments on two members, and also > > was inadvertently creating a local variable called "__rte_aligned" in > > the doxygen output. > > > > Correct the com

Re: [PATCH v4 12/12] eventdev: fix doxygen processing of event vector struct

2024-03-04 Thread Thomas Monjalon
21/02/2024 11:32, Bruce Richardson: > The event vector struct was missing comments on two members, and also > was inadvertently creating a local variable called "__rte_aligned" in > the doxygen output. > > Correct the comment markers to fix the former issue, and fix the latter > by putting "#ifdef

RE: [EXT] [PATCH v4 12/12] eventdev: fix doxygen processing of event vector struct

2024-02-25 Thread Pavan Nikhilesh Bhagavatula
> The event vector struct was missing comments on two members, and also > was inadvertently creating a local variable called "__rte_aligned" in > the doxygen output. > > Correct the comment markers to fix the former issue, and fix the latter > by putting "#ifdef __DOXYGEN" around the alignment con

[PATCH v4 12/12] eventdev: fix doxygen processing of event vector struct

2024-02-21 Thread Bruce Richardson
The event vector struct was missing comments on two members, and also was inadvertently creating a local variable called "__rte_aligned" in the doxygen output. Correct the comment markers to fix the former issue, and fix the latter by putting "#ifdef __DOXYGEN" around the alignment constraint. Fi