From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id AC55F58DD for ; Thu, 29 May 2014 12:12:26 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga101.fm.intel.com with ESMTP; 29 May 2014 03:12:38 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.98,933,1392192000"; d="scan'208";a="539436831" Received: from irvmail001.ir.intel.com ([163.33.26.43]) by fmsmga001.fm.intel.com with ESMTP; 29 May 2014 03:12:37 -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 s4TACam6006051; Thu, 29 May 2014 11:12:36 +0100 Received: from sivswdev02.ir.intel.com (localhost [127.0.0.1]) by sivswdev02.ir.intel.com with ESMTP id s4TACauv025097; Thu, 29 May 2014 11:12:36 +0100 Received: (from bricha3@localhost) by sivswdev02.ir.intel.com with id s4TACaWD025093; Thu, 29 May 2014 11:12:36 +0100 From: Bruce Richardson To: dev@dpdk.org Date: Thu, 29 May 2014 11:12:18 +0100 Message-Id: <1401358338-23455-6-git-send-email-bruce.richardson@intel.com> X-Mailer: git-send-email 1.7.0.7 In-Reply-To: <1400580057-30155-1-git-send-email-bruce.richardson@intel.com> References: <1400580057-30155-1-git-send-email-bruce.richardson@intel.com> Subject: [dpdk-dev] [PATCH v2 5/5] docs: add distributor lib to API docs 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: Thu, 29 May 2014 10:12:28 -0000 Add entries into the API documentation for the new distributor library. Signed-off-by: Bruce Richardson --- doc/doxy-api-index.md | 1 + doc/doxy-api.conf | 1 + 2 files changed, 2 insertions(+) diff --git a/doc/doxy-api-index.md b/doc/doxy-api-index.md index 2825c08..6e75a6e 100644 --- a/doc/doxy-api-index.md +++ b/doc/doxy-api-index.md @@ -94,6 +94,7 @@ There are many libraries, so their headers may be grouped by topics: - **containers**: [mbuf] (@ref rte_mbuf.h), [ring] (@ref rte_ring.h), + [distributor] (@ref rte_distributor.h), [tailq] (@ref rte_tailq.h), [bitmap] (@ref rte_bitmap.h) diff --git a/doc/doxy-api.conf b/doc/doxy-api.conf index 642f77a..9df7356 100644 --- a/doc/doxy-api.conf +++ b/doc/doxy-api.conf @@ -31,6 +31,7 @@ PROJECT_NAME = DPDK INPUT = doc/doxy-api-index.md \ lib/librte_eal/common/include \ + lib/librte_distributor \ lib/librte_ether \ lib/librte_hash \ lib/librte_kni \ -- 1.9.3