DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] doc: add scatter gather functions in doxygen
@ 2013-10-30 15:16 Thomas Monjalon
  2013-10-30 16:24 ` [dpdk-dev] [PATCH v2] doc: add mbuf cloning " Thomas Monjalon
  0 siblings, 1 reply; 4+ messages in thread
From: Thomas Monjalon @ 2013-10-30 15:16 UTC (permalink / raw)
  To: dev

Some functions are available only if
RTE_MBUF_SCATTER_GATHER and RTE_MBUF_REFCNT_ATOMIC are enabled.
So they must configured for doxygen parser.

Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
---
 doc/doxy-api.conf |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/doc/doxy-api.conf b/doc/doxy-api.conf
index 5d3e4ca..28a0f84 100644
--- a/doc/doxy-api.conf
+++ b/doc/doxy-api.conf
@@ -46,7 +46,9 @@ INPUT                   = doc/doxy-api-index.md \
                           lib/librte_timer
 FILE_PATTERNS           = rte_*.h \
                           cmdline.h
-PREDEFINED              = __DOXYGEN__
+PREDEFINED              = __DOXYGEN__ \
+                          RTE_MBUF_SCATTER_GATHER \
+                          RTE_MBUF_REFCNT_ATOMIC
 
 OPTIMIZE_OUTPUT_FOR_C   = YES
 EXTRACT_STATIC          = YES
-- 
1.7.10.4

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-11-07 10:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-10-30 15:16 [dpdk-dev] [PATCH] doc: add scatter gather functions in doxygen Thomas Monjalon
2013-10-30 16:24 ` [dpdk-dev] [PATCH v2] doc: add mbuf cloning " Thomas Monjalon
2013-11-07  9:32   ` Olivier MATZ
2013-11-07 10:57     ` Thomas Monjalon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).