From: Thomas Monjalon Date: Tue, 4 Feb 2014 15:11:12 +0000 (+0100) Subject: kvargs: add in doc X-Git-Tag: spdx-start~10960 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=0ee8fe2c8dfb8fb88f81afe7087510ec206b8d0c;p=dpdk.git 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 --- 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 \