From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from wout1-smtp.messagingengine.com (wout1-smtp.messagingengine.com [64.147.123.24]) by dpdk.org (Postfix) with ESMTP id C6FD55B36 for ; Thu, 25 Oct 2018 16:37:00 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id 96B69F49; Thu, 25 Oct 2018 10:36:59 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Thu, 25 Oct 2018 10:37:00 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=urx9OKsUWS334JdUzh0gQB0m9HrrHOMspt2nlxDMQ3E=; b=Of7x523/6NrR Ys0V9TWKgUXI3Hl12IL8lfPcgxR4fUgvw2ffVCrWumvAO7xYIjsrjjX/mzdFSJFu YGQD3dBUX1fP3sEwhkDKJLSLAPRSIG/QZbtKij9jCZF9GmY/oS1mrMp472vLtWbN PPQoRO3XBNIptmgO8a3yptAGPKFhtUg= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=urx9OKsUWS334JdUzh0gQB0m9HrrHOMspt2nlxDMQ 3E=; b=jPjckXOJwiZbVUvOcdi8NOjLIesJVhxxAIHLJrT1wZqYPbjhge7EY2BYh 1CEhFvOQKorAjCn7YjYjnQVH71pCxVcP6xgXG3DqBn3fg1WXxNkMyOdkmhbm92h7 tkli20+moYCmx57KLXWBieEUVmKqYpEOm7OvQmlLP+xQZnImGFEjgYP9ZtJF5Hc9 ouD6LNGxVPPMfcBIptywDffbA6vNNr5SWQtFiE1ynDlwqc6LI2cgm6SL3IGgLoPS xhmMYupprrbhITg3KLL7HqX+/+8ZxxZq5+AuDjUjvB29vhWeKKCt1lMonhe4M0xH CWti9Y32J7vB4Te8O0A68EqxPpqtg== X-ME-Sender: X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id BE61BE44D4; Thu, 25 Oct 2018 10:36:57 -0400 (EDT) From: Thomas Monjalon To: Ferruh Yigit Cc: dev@dpdk.org, john.mcnamara@intel.com, marko.kovacevic@intel.com Date: Thu, 25 Oct 2018 16:37:01 +0200 Message-ID: <2174510.9ubVHKO16d@xps> In-Reply-To: <0128dd13-2a18-825e-5380-698d66b5875e@intel.com> References: <20181018160916.23180-1-thomas@monjalon.net> <0128dd13-2a18-825e-5380-698d66b5875e@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] doc: add deprecated list in doxygen X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Oct 2018 14:37:01 -0000 18/10/2018 18:16, Ferruh Yigit: > On 10/18/2018 5:09 PM, Thomas Monjalon wrote: > > The option GENERATE_DEPRECATEDLIST will create a page > > "Deprecated List" in "Related Pages" menu. > > +1 > > Acked-by: Ferruh Yigit Applied