From 5b88369cd2c6d233d30fc252ce45622e4c77763d Mon Sep 17 00:00:00 2001 From: Daniel Verkamp Date: Mon, 21 Sep 2015 15:49:36 -0700 Subject: [PATCH] doc: add include/spdk to Doxygen path Fixes broken links on the main page (public header nvme.h is now in include/spdk rather than lib/nvme). Change-Id: If85f9d676602d09f45b6a7607df5a4529f19c7ca Signed-off-by: Daniel Verkamp --- doc/Doxyfile.nvme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Doxyfile.nvme b/doc/Doxyfile.nvme index 7b8fdb367..2e2290e31 100644 --- a/doc/Doxyfile.nvme +++ b/doc/Doxyfile.nvme @@ -648,7 +648,7 @@ WARN_LOGFILE = # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = ../lib/nvme nvme.index.txt +INPUT = ../lib/nvme ../include/spdk nvme.index.txt # This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is