From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 0C926C852 for ; Wed, 29 Apr 2015 15:55:56 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga102.jf.intel.com with ESMTP; 29 Apr 2015 06:55:44 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.11,671,1422950400"; d="scan'208";a="487191229" Received: from irsmsx152.ger.corp.intel.com ([163.33.192.66]) by FMSMGA003.fm.intel.com with ESMTP; 29 Apr 2015 06:55:44 -0700 Received: from irsmsx155.ger.corp.intel.com (163.33.192.3) by IRSMSX152.ger.corp.intel.com (163.33.192.66) with Microsoft SMTP Server (TLS) id 14.3.224.2; Wed, 29 Apr 2015 14:55:43 +0100 Received: from irsmsx109.ger.corp.intel.com ([169.254.13.201]) by irsmsx155.ger.corp.intel.com ([169.254.14.172]) with mapi id 14.03.0224.002; Wed, 29 Apr 2015 14:55:43 +0100 From: "Butler, Siobhan A" To: "Mcnamara, John" , "dev@dpdk.org" Thread-Topic: [PATCH] doc: disable doxygen member sorting Thread-Index: AQHQgmrSRAPOCXr1G0SNdZuPrvwnb51kA1IA Date: Wed, 29 Apr 2015 13:55:42 +0000 Message-ID: <0C5AFCA4B3408848ADF2A3073F7D8CC86D5CA360@IRSMSX109.ger.corp.intel.com> References: <1430304467-12658-1-git-send-email-john.mcnamara@intel.com> In-Reply-To: Accept-Language: en-IE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] doc: disable doxygen member sorting X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Apr 2015 13:55:57 -0000 Thanks for making this change John - it helps with readability Siobhan=20 Acked-by Siobhan Butler > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Mcnamara, John > Sent: Wednesday, April 29, 2015 11:52 AM > To: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH] doc: disable doxygen member sorting >=20 > > -----Original Message----- > > From: Mcnamara, John > > Sent: Wednesday, April 29, 2015 11:48 AM > > To: dev@dpdk.org > > Cc: Mcnamara, John > > Subject: [PATCH] doc: disable doxygen member sorting > > > > 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. >=20 >=20 >=20 > See for example: >=20 > http://dpdk.org/doc/api/structlcore__config.html >=20 > The first listed member is "unsigned detected" but the first documented > member is "void* volatile arg". >=20 > John. > -- >=20 >=20 >=20