From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2 01/11] app/test: introduce resources for tests Date: Thu, 12 May 2016 17:13:15 +0200 Message-ID: <3738691.RyEBclFEEr@xps13> References: <1462904011-29838-1-git-send-email-viktorin@rehivetech.com> <1462904011-29838-2-git-send-email-viktorin@rehivetech.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, David Marchand , Bruce Richardson To: Jan Viktorin Return-path: Received: from mail-wm0-f47.google.com (mail-wm0-f47.google.com [74.125.82.47]) by dpdk.org (Postfix) with ESMTP id EBAE86CD6 for ; Thu, 12 May 2016 17:13:16 +0200 (CEST) Received: by mail-wm0-f47.google.com with SMTP id g17so141551070wme.1 for ; Thu, 12 May 2016 08:13:16 -0700 (PDT) In-Reply-To: <1462904011-29838-2-git-send-email-viktorin@rehivetech.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 /**<