kvargs: add in doc
authorThomas Monjalon <thomas.monjalon@6wind.com>
Tue, 4 Feb 2014 15:11:12 +0000 (16:11 +0100)
committerDavid Marchand <david.marchand@6wind.com>
Wed, 26 Feb 2014 10:01:14 +0000 (11:01 +0100)
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>
doc/doxy-api-index.md
doc/doxy-api.conf

index c4eab24..c66ba33 100644 (file)
@@ -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)
index 749db78..642f77a 100644 (file)
@@ -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 \