From f1cd0ce491cae9793b09a10414dfbd2f1a9cdd42 Mon Sep 17 00:00:00 2001 From: Jonathan Hui Date: Mon, 14 Aug 2017 08:37:34 -0700 Subject: [PATCH] [doxygen] add builddir to include path (#2098) --- doc/Doxyfile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in index e8e7261b8..014224bfd 100644 --- a/doc/Doxyfile.in +++ b/doc/Doxyfile.in @@ -1998,7 +1998,8 @@ SEARCH_INCLUDES = YES # preprocessor. # This tag requires that the tag SEARCH_INCLUDES is set to YES. -INCLUDE_PATH = @abs_top_srcdir@/include +INCLUDE_PATH = @abs_top_srcdir@/include \ + @abs_top_builddir@/include # 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