mirror of
https://github.com/espressif/openthread.git
synced 2026-09-12 12:10:07 +00:00
[doxygen] add builddir to include path (#2098)
This commit is contained in:
+2
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user