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 EA207AB03 for ; Fri, 13 Jun 2014 13:27:13 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga102.fm.intel.com with ESMTP; 13 Jun 2014 04:27:27 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.01,471,1400050800"; d="scan'208";a="555005152" Received: from irvmail001.ir.intel.com ([163.33.26.43]) by fmsmga002.fm.intel.com with ESMTP; 13 Jun 2014 04:27:26 -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 s5DBRPVp009986; Fri, 13 Jun 2014 12:27:25 +0100 Received: from sivswdev02.ir.intel.com (localhost [127.0.0.1]) by sivswdev02.ir.intel.com with ESMTP id s5DBRPUs022600; Fri, 13 Jun 2014 12:27:25 +0100 Received: (from kananye1@localhost) by sivswdev02.ir.intel.com with id s5DBRPKq022596; Fri, 13 Jun 2014 12:27:25 +0100 From: Konstantin Ananyev To: dev@dpdk.org Date: Fri, 13 Jun 2014 12:26:54 +0100 Message-Id: <1402658814-21881-6-git-send-email-konstantin.ananyev@intel.com> X-Mailer: git-send-email 1.7.0.7 In-Reply-To: <1402658814-21881-1-git-send-email-konstantin.ananyev@intel.com> References: <1402658814-21881-1-git-send-email-konstantin.ananyev@intel.com> To: dev@dpdk.org Subject: [dpdk-dev] [PATCHv3 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: Fri, 13 Jun 2014 11:27:16 -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 6e75a6e..83303a1 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 9df7356..2be4b1a 100644 --- a/doc/doxy-api.conf +++ b/doc/doxy-api.conf @@ -45,7 +45,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