From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id D0148B0B2 for ; Wed, 28 May 2014 21:27:16 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP; 28 May 2014 12:27:27 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.98,929,1392192000"; d="scan'208";a="539107705" Received: from irvmail001.ir.intel.com ([163.33.26.43]) by fmsmga001.fm.intel.com with ESMTP; 28 May 2014 12:27:25 -0700 Received: from sivswdev02.ir.intel.com (sivswdev02.ir.intel.com [10.237.217.46]) by irvmail001.ir.intel.com (8.14.3/8.13.6/MailSET/Hub) with ESMTP id s4SJRPNk017640; Wed, 28 May 2014 20:27:25 +0100 Received: from sivswdev02.ir.intel.com (localhost [127.0.0.1]) by sivswdev02.ir.intel.com with ESMTP id s4SJRPv6010881; Wed, 28 May 2014 20:27:25 +0100 Received: (from kananye1@localhost) by sivswdev02.ir.intel.com with id s4SJRP69010874; Wed, 28 May 2014 20:27:25 +0100 From: Konstantin Ananyev To: dev@dpdk.org Date: Wed, 28 May 2014 20:26:50 +0100 Message-Id: <1401305210-10357-6-git-send-email-konstantin.ananyev@intel.com> X-Mailer: git-send-email 1.7.0.7 In-Reply-To: <1401305210-10357-1-git-send-email-konstantin.ananyev@intel.com> References: <1401305210-10357-1-git-send-email-konstantin.ananyev@intel.com> To: dev@dpdk.org Subject: [dpdk-dev] [PATCHv2 5/5] acl: add doxygen configuration and start page 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, 28 May 2014 19:27:18 -0000 Signed-off-by: Konstantin Ananyev --- doc/doxy-api-index.md | 3 ++- doc/doxy-api.conf | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/doxy-api-index.md b/doc/doxy-api-index.md index 2825c08..5e4cea9 100644 --- a/doc/doxy-api-index.md +++ b/doc/doxy-api-index.md @@ -78,7 +78,8 @@ There are many libraries, so their headers may be grouped by topics: [SCTP] (@ref rte_sctp.h), [TCP] (@ref rte_tcp.h), [UDP] (@ref rte_udp.h), - [LPM route] (@ref rte_lpm.h) + [LPM route] (@ref rte_lpm.h), + [ACL] (@ref rte_acl.h) - **QoS**: [metering] (@ref rte_meter.h), diff --git a/doc/doxy-api.conf b/doc/doxy-api.conf index 642f77a..b1fc16a 100644 --- a/doc/doxy-api.conf +++ b/doc/doxy-api.conf @@ -44,7 +44,8 @@ INPUT = doc/doxy-api-index.md \ lib/librte_power \ lib/librte_ring \ lib/librte_sched \ - lib/librte_timer + lib/librte_timer \ + lib/librte_acl FILE_PATTERNS = rte_*.h \ cmdline.h PREDEFINED = __DOXYGEN__ \ -- 1.7.7.6