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 <chrisy@flirble.org>
This commit is contained in:
Chris Luke
2016-07-25 19:58:27 -04:00
committed by Dave Barach
parent 70e6a8dd52
commit 4aa76c1c16
2 changed files with 2 additions and 2 deletions

View File

@@ -233,7 +233,7 @@ cscope: cscope.files
# Build the documentation
#
DOXY_INPUT = \
DOXY_INPUT ?= \
README.md \
vppinfra \
svm \

View 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