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 <thomas.monjalon@6wind.com>
This commit is contained in:
Thomas Monjalon 2014-02-04 16:11:12 +01:00 committed by David Marchand
parent e495f54355
commit 0ee8fe2c8d
2 changed files with 7 additions and 3 deletions

@ -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)

@ -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 \