X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=doxygen%2Fdoxygen.cfg;h=0eadbd7397c034b383c4b1f0dfbb6ddc4b5e52b9;hb=251aec436b9e3be15f92a464fa4559396b115b2a;hp=cc10a9d46fb73f81b691a6ead156fcd99fcdf639;hpb=9770e20a9eded6f593dc71646ffa9f34940d794c;p=vpp.git diff --git a/doxygen/doxygen.cfg b/doxygen/doxygen.cfg index cc10a9d46fb..0eadbd7397c 100644 --- a/doxygen/doxygen.cfg +++ b/doxygen/doxygen.cfg @@ -2022,7 +2022,7 @@ SEARCH_INCLUDES = YES # preprocessor. # This tag requires that the tag SEARCH_INCLUDES is set to YES. -INCLUDE_PATH = +INCLUDE_PATH = $(INPUT) # You can use the INCLUDE_FILE_PATTERNS tag to specify one or more wildcard # patterns (like *.h and *.hpp) to filter out the header-files in the @@ -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