From mboxrd@z Thu Jan 1 00:00:00 1970 From: declan.doherty-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org Subject: [PATCH v2 4/4] Add Link Bonding Library to Doxygen Date: Wed, 4 Jun 2014 16:18:56 +0100 Message-ID: <0e96ba2fdc8fabed6ae98555e6beb67e1cc31305.1401891670.git.declan.doherty@intel.com> References: Return-path: To: dev-VfR2kkLFssw@public.gmane.org In-Reply-To: In-Reply-To: References: To: dev-VfR2kkLFssw@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" From: Declan Doherty Signed-off-by: Declan Doherty --- 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..2206c68 100644 --- a/doc/doxy-api-index.md +++ b/doc/doxy-api-index.md @@ -36,6 +36,7 @@ API {#index} There are many libraries, so their headers may be grouped by topics: - **device**: + [bond] (@ref rte_bond.h), [ethdev] (@ref rte_ethdev.h), [devargs] (@ref rte_devargs.h), [KNI] (@ref rte_kni.h), diff --git a/doc/doxy-api.conf b/doc/doxy-api.conf index 642f77a..a9c5b30 100644 --- a/doc/doxy-api.conf +++ b/doc/doxy-api.conf @@ -30,6 +30,7 @@ PROJECT_NAME = DPDK INPUT = doc/doxy-api-index.md \ + lib/librte_bond \ lib/librte_eal/common/include \ lib/librte_ether \ lib/librte_hash \ -- 1.8.5.3