From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id B1980C7EE for ; Wed, 29 Apr 2015 12:52:33 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga103.fm.intel.com with ESMTP; 29 Apr 2015 03:51:56 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.11,670,1422950400"; d="scan'208";a="687369171" Received: from irsmsx107.ger.corp.intel.com ([163.33.3.99]) by orsmga001.jf.intel.com with ESMTP; 29 Apr 2015 03:51:55 -0700 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.76]) by IRSMSX107.ger.corp.intel.com ([169.254.10.215]) with mapi id 14.03.0224.002; Wed, 29 Apr 2015 11:51:54 +0100 From: "Mcnamara, John" To: "dev@dpdk.org" Thread-Topic: [PATCH] doc: disable doxygen member sorting Thread-Index: AQHQgmn36FA27wMGFk2zZW1moGqWQJ1jz0BQ Date: Wed, 29 Apr 2015 10:51:54 +0000 Message-ID: References: <1430304467-12658-1-git-send-email-john.mcnamara@intel.com> In-Reply-To: <1430304467-12658-1-git-send-email-john.mcnamara@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.180] 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 10:52:34 -0000 > -----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 >=20 > 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 mem= ber is "void* volatile arg". John. --=20