From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f45.google.com (mail-wg0-f45.google.com [74.125.82.45]) by dpdk.org (Postfix) with ESMTP id 97178C93C for ; Wed, 29 Apr 2015 18:42:41 +0200 (CEST) Received: by wgen6 with SMTP id n6so34707236wge.3 for ; Wed, 29 Apr 2015 09:42:41 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=+E4+iaNkDLPENLvbBMT+7+N07q6cVtCGui0LHPxSdjU=; b=lXQiZOAO4pf8+adH21xD8HMuwRoaswzOa21YfOjZYyhrKdlt0h0+v0uZ41ZFsu32Ac 2svf66r9eWpzTwSR5Pacdvq5dYEXjtHg9hfDtEE/0zOwY9s/0kdCJuungBJZxJgZI4nz UGWeTUZCoAAOKt8shltHl6NI2GP1ps5yyKCpunwLtBjZZOYAPJsg9HfG5dYhrztq9D+Z X03+oKy/n1mY7KoihGkQCLkcgUlB0wKR2qmlO7jUIhJvTBTzFaStQz4GNvC93DGogXXM pkVsH8f+u/gVyDI+CS57uLKyMG2MUW7Ii2c/VhguINch8Uaq6/7n5G7mh4hFqhIvnqf/ HhFw== X-Gm-Message-State: ALoCoQnOf4GHr3FZFz2ceN/LgQL9wPY67Ww91FJqHrvI1YHLoZeRA/uf6lSG2ZrnXGgPXCVahUOO X-Received: by 10.195.18.103 with SMTP id gl7mr42994000wjd.34.1430325761399; Wed, 29 Apr 2015 09:42:41 -0700 (PDT) Received: from xps13.localnet (60.26.90.92.rev.sfr.net. [92.90.26.60]) by mx.google.com with ESMTPSA id r9sm39733615wjo.26.2015.04.29.09.42.38 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 29 Apr 2015 09:42:40 -0700 (PDT) From: Thomas Monjalon To: "Mcnamara, John" Date: Wed, 29 Apr 2015 18:40:25 +0200 Message-ID: <1430326185.WFZJtL0vi1@xps13> Organization: 6WIND User-Agent: KMail/4.14.7 (Linux/3.19.3-3-ARCH; KDE/4.14.7; x86_64; ; ) In-Reply-To: <0C5AFCA4B3408848ADF2A3073F7D8CC86D5CA360@IRSMSX109.ger.corp.intel.com> References: <1430304467-12658-1-git-send-email-john.mcnamara@intel.com> <0C5AFCA4B3408848ADF2A3073F7D8CC86D5CA360@IRSMSX109.ger.corp.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org 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 16:42:41 -0000 > > > 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