From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: [PATCH v2 5/5] docs: add distributor lib to API docs Date: Thu, 29 May 2014 11:12:18 +0100 Message-ID: <1401358338-23455-6-git-send-email-bruce.richardson@intel.com> References: <1400580057-30155-1-git-send-email-bruce.richardson@intel.com> To: dev-VfR2kkLFssw@public.gmane.org Return-path: In-Reply-To: <1400580057-30155-1-git-send-email-bruce.richardson-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" 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