DPDK patches and discussions
 help / color / mirror / Atom feed
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: dev@dpdk.org
Subject: [dpdk-dev] [PATCH v2] doc: add mbuf cloning functions in doxygen
Date: Wed, 30 Oct 2013 17:24:13 +0100	[thread overview]
Message-ID: <1383150253-17527-1-git-send-email-thomas.monjalon@6wind.com> (raw)
In-Reply-To: <1383146202-25792-1-git-send-email-thomas.monjalon@6wind.com>

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>
---
 doc/doxy-api.conf |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/doc/doxy-api.conf b/doc/doxy-api.conf
index 5d3e4ca..7ea692a 100644
--- a/doc/doxy-api.conf
+++ b/doc/doxy-api.conf
@@ -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
-- 
1.7.10.4

  reply	other threads:[~2013-10-30 16:23 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-30 15:16 [dpdk-dev] [PATCH] doc: add scatter gather " Thomas Monjalon
2013-10-30 16:24 ` Thomas Monjalon [this message]
2013-11-07  9:32   ` [dpdk-dev] [PATCH v2] doc: add mbuf cloning " Olivier MATZ
2013-11-07 10:57     ` Thomas Monjalon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1383150253-17527-1-git-send-email-thomas.monjalon@6wind.com \
    --to=thomas.monjalon@6wind.com \
    --cc=dev@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).