doc: fix doxygen parsing of __attribute__
Ignore __attribute__ because it was wrongly parsed as an identifier. This configuration is described in http://www.stack.nl/~dimitri/doxygen/manual/preprocessing.html Reported-by: Cyril Cressent <cyril.cressent@intel.com> Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com> Acked-by: Olivier Matz <olivier.matz@6wind.com>
This commit is contained in:
parent
35aa36f660
commit
d0d2e6a505
@ -47,9 +47,13 @@ INPUT = doc/doxy-api-index.md \
|
|||||||
FILE_PATTERNS = rte_*.h \
|
FILE_PATTERNS = rte_*.h \
|
||||||
cmdline.h
|
cmdline.h
|
||||||
PREDEFINED = __DOXYGEN__ \
|
PREDEFINED = __DOXYGEN__ \
|
||||||
|
__attribute__(x)= \
|
||||||
RTE_MBUF_SCATTER_GATHER
|
RTE_MBUF_SCATTER_GATHER
|
||||||
|
|
||||||
OPTIMIZE_OUTPUT_FOR_C = YES
|
OPTIMIZE_OUTPUT_FOR_C = YES
|
||||||
|
ENABLE_PREPROCESSING = YES
|
||||||
|
MACRO_EXPANSION = YES
|
||||||
|
EXPAND_ONLY_PREDEF = YES
|
||||||
EXTRACT_STATIC = YES
|
EXTRACT_STATIC = YES
|
||||||
HIDE_UNDOC_MEMBERS = YES
|
HIDE_UNDOC_MEMBERS = YES
|
||||||
HIDE_UNDOC_CLASSES = YES
|
HIDE_UNDOC_CLASSES = YES
|
||||||
|
Loading…
x
Reference in New Issue
Block a user