From 0ee8fe2c8dfb8fb88f81afe7087510ec206b8d0c Mon Sep 17 00:00:00 2001 From: Thomas Monjalon Date: Tue, 4 Feb 2014 16:11:12 +0100 Subject: [PATCH] kvargs: add in doc Reference the new library in doxygen. Move also some items from misc to a new basic section. Signed-off-by: Thomas Monjalon --- doc/doxy-api-index.md | 9 ++++++--- doc/doxy-api.conf | 1 + 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/doc/doxy-api-index.md b/doc/doxy-api-index.md index c4eab248bb..c66ba33d19 100644 --- a/doc/doxy-api-index.md +++ b/doc/doxy-api-index.md @@ -96,6 +96,12 @@ There are many libraries, so their headers may be grouped by topics: [tailq] (@ref rte_tailq.h), [bitmap] (@ref rte_bitmap.h) +- **basic**: + [approx fraction] (@ref rte_approx.h), + [random] (@ref rte_random.h), + [key/value args] (@ref rte_kvargs.h), + [string] (@ref rte_string_fns.h), + - **debug**: [debug] (@ref rte_debug.h), [log] (@ref rte_log.h), @@ -105,7 +111,4 @@ There are many libraries, so their headers may be grouped by topics: - **misc**: [EAL config] (@ref rte_eal.h), [common] (@ref rte_common.h), - [approx fraction] (@ref rte_approx.h), - [random] (@ref rte_random.h), - [string] (@ref rte_string_fns.h), [version] (@ref rte_version.h) diff --git a/doc/doxy-api.conf b/doc/doxy-api.conf index 749db78262..642f77ad48 100644 --- a/doc/doxy-api.conf +++ b/doc/doxy-api.conf @@ -34,6 +34,7 @@ INPUT = doc/doxy-api-index.md \ lib/librte_ether \ lib/librte_hash \ lib/librte_kni \ + lib/librte_kvargs \ lib/librte_lpm \ lib/librte_malloc \ lib/librte_mbuf \ -- 2.20.1