diff options
author | Keith Burns (alagalah) <alagalah@gmail.com> | 2016-08-06 14:36:10 -0700 |
---|---|---|
committer | Keith Burns (alagalah) <alagalah@gmail.com> | 2016-08-06 14:36:10 -0700 |
commit | f8a554f724d8140c7a8a2b3b25640d3b2d67f020 (patch) | |
tree | 9cc27ab8216575bb70cf867e499c79e4dd7e5c6e | |
parent | f2421e19fc17ec2472092cbdae24f101e99aeb79 (diff) |
Add DPDK definition to DOXYGEN
Change-Id: I04e8663b49b5f706940b7aada0a7c2cae913a82b
Signed-off-by: Keith Burns (alagalah) <alagalah@gmail.com>
-rw-r--r-- | doxygen/doxygen.cfg | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doxygen/doxygen.cfg b/doxygen/doxygen.cfg index 85c68291772..0eadbd7397c 100644 --- a/doxygen/doxygen.cfg +++ b/doxygen/doxygen.cfg @@ -2045,8 +2045,9 @@ PREDEFINED = \ __x86_64__ __X86_64__ __linux__ __LINUX__ __64BIT__ __64bit__ \ __ORDER_LITTLE_ENDIAN__=1234 \ __BYTE_ORDER__=1234 \ - __FLOAT_WORD_ORDER__=1234 - + __FLOAT_WORD_ORDER__=1234 \ + DPDK=1 + # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this # tag can be used to specify a list of macro names that should be expanded. The # macro definition that is found in the sources will be used. Use the PREDEFINED |