DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] doc: fix doxygen parsing of __attribute__
@ 2013-11-05 11:14 Thomas Monjalon
  2013-11-07  9:27 ` Olivier MATZ
  0 siblings, 1 reply; 4+ messages in thread
From: Thomas Monjalon @ 2013-11-05 11:14 UTC (permalink / raw)
  To: dev

Ignore __attribute__ because it was wrongly parsed as an identifier.

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

diff --git a/doc/doxy-api.conf b/doc/doxy-api.conf
index 7ea692a..749db78 100644
--- a/doc/doxy-api.conf
+++ b/doc/doxy-api.conf
@@ -47,9 +47,13 @@ INPUT                   = doc/doxy-api-index.md \
 FILE_PATTERNS           = rte_*.h \
                           cmdline.h
 PREDEFINED              = __DOXYGEN__ \
+                          __attribute__(x)= \
                           RTE_MBUF_SCATTER_GATHER
 
 OPTIMIZE_OUTPUT_FOR_C   = YES
+ENABLE_PREPROCESSING    = YES
+MACRO_EXPANSION         = YES
+EXPAND_ONLY_PREDEF      = YES
 EXTRACT_STATIC          = YES
 HIDE_UNDOC_MEMBERS      = YES
 HIDE_UNDOC_CLASSES      = 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-11-05 11:14 [dpdk-dev] [PATCH] doc: fix doxygen parsing of __attribute__ Thomas Monjalon
2013-11-07  9:27 ` Olivier MATZ
2013-11-07  9:29   ` Olivier MATZ
2013-11-07 10:56   ` 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).