diff options
author | Chris Luke <chrisy@flirble.org> | 2016-07-25 19:58:27 -0400 |
---|---|---|
committer | Dave Barach <openvpp@barachs.net> | 2016-07-26 17:04:19 +0000 |
commit | 4aa76c1c16609fb0e6f2c02128dceb5ae8c533e7 (patch) | |
tree | 6dc418e2f905d70c13ac66c405214ee4c2aaa99e /doxygen/doxygen.cfg | |
parent | 70e6a8dd52b5c2814737b9a75763ff239a7e053d (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/doxygen.cfg')
-rw-r--r-- | doxygen/doxygen.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
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 |