aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
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 /Makefile
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 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a1c63078..4e3d65bc 100644
--- a/Makefile
+++ b/Makefile
@@ -233,7 +233,7 @@ cscope: cscope.files
# Build the documentation
#
-DOXY_INPUT = \
+DOXY_INPUT ?= \
README.md \
vppinfra \
svm \