Reviewed-by: Petri Savolainen <[email protected]>
> -----Original Message----- > From: lng-odp [mailto:[email protected]] On Behalf Of Bill > Fischofer > Sent: Friday, April 21, 2017 5:25 PM > To: [email protected] > Subject: [lng-odp] [API-NEXT PATCHv3 1/6] api: classification: add > additional doxygen documentation > > Resolve Bug https://bugs.linaro.org/show_bug.cgi?id=2952 by adding > additional field documentation to avoid problems with doxygen 1.8.13 > and higher. > > Signed-off-by: Bill Fischofer <[email protected]> > --- > include/odp/api/spec/classification.h | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/include/odp/api/spec/classification.h > b/include/odp/api/spec/classification.h > index 0e1addd6..39831b24 100644 > --- a/include/odp/api/spec/classification.h > +++ b/include/odp/api/spec/classification.h > @@ -366,7 +366,9 @@ typedef struct odp_pmr_param_t { > /** True if the value is range and false if match */ > odp_bool_t range_term; > > + /** Variant mappings for types of matches */ > union { > + /** Parameters for single-valued matches */ > struct { > /** Value to be matched */ > const void *value; > @@ -374,6 +376,8 @@ typedef struct odp_pmr_param_t { > /** Masked set of bits to be matched */ > const void *mask; > } match; > + > + /** Parameter for range value matches */ > struct { > /** Start and End values are included in > the range */ > /** start value of range */ > -- > 2.11.0
