diff options
Diffstat (limited to 'clang-tools-extra/clang-doc/Representation.h')
| -rw-r--r-- | clang-tools-extra/clang-doc/Representation.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang-tools-extra/clang-doc/Representation.h b/clang-tools-extra/clang-doc/Representation.h index 0dc694f7cd9..6abccf8e56b 100644 --- a/clang-tools-extra/clang-doc/Representation.h +++ b/clang-tools-extra/clang-doc/Representation.h @@ -350,7 +350,7 @@ struct ClangDocContext { tooling::ExecutionContext *ECtx; bool PublicOnly; std::string OutDirectory; - std::string ClangDocPath; + std::vector<std::string> UserStylesheets; }; } // namespace doc |

