[dpdk-dev] [PATCH v3 5/5] Link Bonding PMD Library (Doxygen Additions)

Declan Doherty declan.doherty at intel.com
Fri Jun 13 16:42:02 CEST 2014


Signed-off-by: Declan Doherty <declan.doherty at intel.com>
---
 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 6e75a6e..a4d2e57 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_eth_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 9df7356..92f8c59 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_pmd_bond \
                           lib/librte_eal/common/include \
                           lib/librte_distributor \
                           lib/librte_ether \
-- 
1.8.5.3



More information about the dev mailing list