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 4037BC89A for ; Wed, 29 Apr 2015 17:52:04 +0200 (CEST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga102.jf.intel.com with ESMTP; 29 Apr 2015 08:52:03 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.11,671,1422950400"; d="scan'208";a="563738534" Received: from orsmsx108.amr.corp.intel.com ([10.22.240.6]) by orsmga003.jf.intel.com with ESMTP; 29 Apr 2015 08:52:02 -0700 Received: from orsmsx112.amr.corp.intel.com ([169.254.12.245]) by ORSMSX108.amr.corp.intel.com ([169.254.4.176]) with mapi id 14.03.0224.002; Wed, 29 Apr 2015 08:52:02 -0700 From: "Jayakumar, Muthurajan" To: "Butler, Siobhan A" , "Mcnamara, John" , "dev@dpdk.org" Thread-Topic: [PATCH] doc: disable doxygen member sorting Thread-Index: AQHQgmsX+Q6t8Af9ikqWRuyjjQTLfJ1keN8A//+q8nA= Date: Wed, 29 Apr 2015 15:52:02 +0000 Message-ID: <5D695A7F6F10504DBD9B9187395A21797D21C112@ORSMSX112.amr.corp.intel.com> References: <1430304467-12658-1-git-send-email-john.mcnamara@intel.com> <0C5AFCA4B3408848ADF2A3073F7D8CC86D5CA360@IRSMSX109.ger.corp.intel.com> In-Reply-To: <0C5AFCA4B3408848ADF2A3073F7D8CC86D5CA360@IRSMSX109.ger.corp.intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.22.254.138] 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 15:52:04 -0000 Thanks for making this. Acked=20 Thanks=20 M Jay http://dpdk.readthedocs.org/en/latest/ -----Original Message----- From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Butler, Siobhan A Sent: Wednesday, April 29, 2015 6:56 AM To: Mcnamara, John; dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] doc: disable doxygen member sorting 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=20 > > and struct memebers are listed in order of definition in the brief=20 > > 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=20 > documented member is "void* volatile arg". >=20 > John. > -- >=20 >=20 >=20