[dpdk-dev] [PATCH v2 01/11] app/test: introduce resources for tests

Thomas Monjalon thomas.monjalon at 6wind.com
Thu May 12 17:13:15 CEST 2016


2016-05-10 20:13, Jan Viktorin:
> +struct resource {
> +	const char *name;  /** Unique name of the resource */
> +	const char *begin; /** Start of resource data */
> +	const char *end;   /** End of resource data */
> +	TAILQ_ENTRY(resource) next;
> +};

There is no doxygen generated from this file, but you can keep
this format in case we decide to generate one.
Here the comments after the fields should start with /**<



More information about the dev mailing list