aboutsummaryrefslogtreecommitdiffstats
path: root/doxygen
diff options
context:
space:
mode:
authorChris Luke <chrisy@flirble.org>2016-07-25 19:58:27 -0400
committerDave Barach <openvpp@barachs.net>2016-07-26 17:04:19 +0000
commit4aa76c1c16609fb0e6f2c02128dceb5ae8c533e7 (patch)
tree6dc418e2f905d70c13ac66c405214ee4c2aaa99e /doxygen
parent70e6a8dd52b5c2814737b9a75763ff239a7e053d (diff)
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>
Diffstat (limited to 'doxygen')
-rw-r--r--doxygen/doxygen.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/doxygen/doxygen.cfg b/doxygen/doxygen.cfg
index cc10a9d4..85c68291 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