From patchwork Thu Oct 18 16:09:16 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas Monjalon X-Patchwork-Id: 47047 X-Patchwork-Delegate: thomas@monjalon.net Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 9DA5D1B147; Thu, 18 Oct 2018 18:09:17 +0200 (CEST) Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id CDB2A1B147 for ; Thu, 18 Oct 2018 18:09:16 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 653CE22B26; Thu, 18 Oct 2018 12:09:16 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Thu, 18 Oct 2018 12:09:16 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; s=mesmtp; bh=YOIdHTo5OsUH8/vIv5BF5Xs 8Q2v2MUPrgBVNEDFyeSE=; b=Q5VIp0DYikf5l5MbILc5cwJplaOyINhXKI0SwHl c1c5uZ8QeUgVV5/F2jpvAe0F0Luice6el/hCw2s9PKJqQaJBuwBMn5+JuShJklGk bO7bmmguGjhBzX6Tr0QtV2axKtsxG3ml/yHd/raEa0eW7Vglf4J+OGnWttlxMifJ kPG8= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:date:from :message-id:mime-version:subject:to:x-me-proxy:x-me-proxy :x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=YOIdHTo5OsUH8/vIv 5BF5Xs8Q2v2MUPrgBVNEDFyeSE=; b=jyoTPwP5Qu63kH+4/LMvEdhaYWgP2Oqhm PMrf8kQdysAqcJOADgPFsXbc8JtjFTfEv8UGB0lC8WKrNv0hj83qJA4UFs6VwMog vcx9UM3zrIYr3y0Z1binCQWZvzlV6b/j+zAaZfS9LVS2vrUJQLR058qqZ/g0q5Am Ei3zKjydhZNNbZ6ga2tuGN7k6ykJMgCpxr7H/JlalbgwpyaLUGNDOZjKxhlx23l2 0LCnrDbXp/+Gvyi1LI6fBTZf3LMzhzwLZT/5Ypbjx3/qThl5CbbbisWl4k58pMvu guR7UZL70jlQVeO9fJjFKcMgzIHo7EXJybd853QOjfHVc4tugT2kQ== X-ME-Sender: X-ME-Proxy: Received: from xps.monjalon.net (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 4F206102EE; Thu, 18 Oct 2018 12:09:15 -0400 (EDT) From: Thomas Monjalon To: dev@dpdk.org Cc: john.mcnamara@intel.com, marko.kovacevic@intel.com Date: Thu, 18 Oct 2018 18:09:16 +0200 Message-Id: <20181018160916.23180-1-thomas@monjalon.net> X-Mailer: git-send-email 2.19.0 MIME-Version: 1.0 Subject: [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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" The option GENERATE_DEPRECATEDLIST will create a page "Deprecated List" in "Related Pages" menu. Signed-off-by: Thomas Monjalon Acked-by: Ferruh Yigit --- doc/api/doxy-api.conf.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/doxy-api.conf.in b/doc/api/doxy-api.conf.in index c3d8fdef1..3b652ac9c 100644 --- a/doc/api/doxy-api.conf.in +++ b/doc/api/doxy-api.conf.in @@ -74,7 +74,7 @@ DISTRIBUTE_GROUP_DOC = YES HIDE_UNDOC_MEMBERS = YES HIDE_UNDOC_CLASSES = YES HIDE_SCOPE_NAMES = YES -GENERATE_DEPRECATEDLIST = NO +GENERATE_DEPRECATEDLIST = YES VERBATIM_HEADERS = NO ALPHABETICAL_INDEX = NO