From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] doc: disable doxygen member sorting Date: Wed, 29 Apr 2015 18:40:25 +0200 Message-ID: <1430326185.WFZJtL0vi1@xps13> References: <1430304467-12658-1-git-send-email-john.mcnamara@intel.com> <0C5AFCA4B3408848ADF2A3073F7D8CC86D5CA360@IRSMSX109.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: "Mcnamara, John" Return-path: In-Reply-To: <0C5AFCA4B3408848ADF2A3073F7D8CC86D5CA360-kPTMFJFq+rHjxeytcECX8bfspsVTdybXVpNB7YpNyf8@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" > > > Disabled the doxygen option to sort member data so that functions and > > > struct memebers are listed in order of definition in the brief and > > > main sections. > > > > See for example: > > > > http://dpdk.org/doc/api/structlcore__config.html > > > > The first listed member is "unsigned detected" but the first documented > > member is "void* volatile arg". > > > > John. > > Thanks for making this change John - it helps with readability > Siobhan > > Acked-by Siobhan Butler Applied, thanks