From 7fe84f050c02d322b1030aca89f445b005fb9eda Mon Sep 17 00:00:00 2001 From: "Peter D. Barnes, Jr." Date: Wed, 29 Jan 2014 18:58:31 -0800 Subject: [PATCH] Allow doxygen to find generated include files, such as ns3/core-config.h --- doc/doxygen.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/doxygen.conf b/doc/doxygen.conf index 291d3f9df..cbc47ff2d 100644 --- a/doc/doxygen.conf +++ b/doc/doxygen.conf @@ -1566,6 +1566,9 @@ SEARCH_INCLUDES = YES INCLUDE_PATH = +# Allow doxygen to find generated include files, such as ns3/core-config.h +INCLUDE_PATH += build + # 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 # directories. If left blank, the patterns specified with FILE_PATTERNS will