File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ void ClangTUParser::parse()
163
163
// printf("ClangTUParser::ClangTUParser(fileName=%s,#filesInSameTU=%d)\n",
164
164
// qPrint(fileName),(int)p->filesInSameTU.size());
165
165
bool clangAssistedParsing = Config_getBool (CLANG_ASSISTED_PARSING);
166
- bool clangIncludeInputPaths = Config_getBool (CLANG_INCLUDE_INPUT_PATHS );
166
+ bool clangIncludeInputPaths = Config_getBool (CLANG_ADD_INC_PATHS );
167
167
bool filterSourceFiles = Config_getBool (FILTER_SOURCE_FILES);
168
168
const StringVector &includePath = Config_getList (INCLUDE_PATH);
169
169
const StringVector &clangOptions = Config_getList (CLANG_OPTIONS);
Original file line number Diff line number Diff line change @@ -1740,10 +1740,10 @@ to disable this feature.
1740
1740
]]>
1741
1741
</docs >
1742
1742
</option >
1743
- <option type =' bool' id =' CLANG_INCLUDE_INPUT_PATHS ' setting =' USE_LIBCLANG' defval =' 1' >
1743
+ <option type =' bool' id =' CLANG_ADD_INC_PATHS ' setting =' USE_LIBCLANG' defval =' 1' >
1744
1744
<docs >
1745
1745
<![CDATA[
1746
- If clang assisted parsing is enabled and the \c CLANG_INCLUDE_INPUT_PATHS tag
1746
+ If clang assisted parsing is enabled and the \c CLANG_ADD_INC_PATHS tag
1747
1747
is set to \c YES then doxygen will add the directory of each input to the
1748
1748
include path.
1749
1749
]]>
You can’t perform that action at this time.
0 commit comments