doc: add mbuf cloning functions in doxygen
authorThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 24 Oct 2013 08:26:02 +0000 (10:26 +0200)
committerDavid Marchand <david.marchand@6wind.com>
Wed, 26 Feb 2014 10:01:13 +0000 (11:01 +0100)
Some functions are available only if RTE_MBUF_SCATTER_GATHER is enabled.
So it must be configured for doxygen parser.

Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
Acked-by: Olivier Matz <olivier.matz@6wind.com>
doc/doxy-api.conf

index 5d3e4ca..7ea692a 100644 (file)
@@ -46,7 +46,8 @@ INPUT                   = doc/doxy-api-index.md \
                           lib/librte_timer
 FILE_PATTERNS           = rte_*.h \
                           cmdline.h
-PREDEFINED              = __DOXYGEN__
+PREDEFINED              = __DOXYGEN__ \
+                          RTE_MBUF_SCATTER_GATHER
 
 OPTIMIZE_OUTPUT_FOR_C   = YES
 EXTRACT_STATIC          = YES