Add entries into the API documentation for the new distributor library. Signed-off-by: Bruce Richardson <bruce.richardson 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 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