Hi, Some doxygen parameters must be fixed. See below:
11/07/2018 23:44, Gaetan Rivet: > +/** > + * Register a Class handle. > + * > + * @param > + * A pointer to a rte_class structure describing the class > + * to be registered. > + */ > +__rte_experimental > +void rte_class_register(struct rte_class *cls); > + > +/** > + * Unregister a Class handle. > + * > + * @param class > + * A pointer to a rte_class structure describing the class > + * to be unregistered. > + */ > +__rte_experimental > +void rte_class_unregister(struct rte_class *cls);