VPP-321: Fix param order of unformat_lisp_eid_api
[vpp.git] / doxygen / doxygen.cfg
index cc10a9d..0eadbd7 100644 (file)
@@ -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