From: Chris Luke Date: Mon, 25 Jul 2016 23:58:27 +0000 (-0400) Subject: Fix missing include dirs in doxygen X-Git-Tag: v16.09-rc1~120 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F88%2F2088%2F2;p=vpp.git Fix missing include dirs in doxygen Also allow a developer to alter the directories scanned at runtime to facilitate shorter run-times when writing documentation. Change-Id: I2a09519661a3abe1fbc0cfc294000934852af951 Signed-off-by: Chris Luke --- diff --git a/Makefile b/Makefile index a1c6307827f..4e3d65bcd02 100644 --- a/Makefile +++ b/Makefile @@ -233,7 +233,7 @@ cscope: cscope.files # Build the documentation # -DOXY_INPUT = \ +DOXY_INPUT ?= \ README.md \ vppinfra \ svm \ diff --git a/doxygen/doxygen.cfg b/doxygen/doxygen.cfg index cc10a9d46fb..85c68291772 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