clang-tools 20.0.0git
|
#include <Representation.h>
Public Member Functions | |
ClangDocContext ()=default | |
ClangDocContext (tooling::ExecutionContext *ECtx, StringRef ProjectName, bool PublicOnly, StringRef OutDirectory, StringRef SourceRoot, StringRef RepositoryUrl, std::vector< std::string > UserStylesheets) | |
Public Attributes | |
tooling::ExecutionContext * | ECtx |
std::string | ProjectName |
bool | PublicOnly |
std::string | OutDirectory |
std::string | SourceRoot |
std::optional< std::string > | RepositoryUrl |
std::vector< std::string > | UserStylesheets |
std::vector< std::string > | JsScripts |
Index | Idx |
Definition at line 506 of file Representation.h.
|
default |
clang::doc::ClangDocContext::ClangDocContext | ( | tooling::ExecutionContext * | ECtx, |
StringRef | ProjectName, | ||
bool | PublicOnly, | ||
StringRef | OutDirectory, | ||
StringRef | SourceRoot, | ||
StringRef | RepositoryUrl, | ||
std::vector< std::string > | UserStylesheets | ||
) |
Definition at line 367 of file Representation.cpp.
References RepositoryUrl, and SourceRoot.
tooling::ExecutionContext* clang::doc::ClangDocContext::ECtx |
Definition at line 512 of file Representation.h.
Index clang::doc::ClangDocContext::Idx |
Definition at line 526 of file Representation.h.
Referenced by clang::doc::genIndex(), and clang::doc::serializeIndex().
std::vector<std::string> clang::doc::ClangDocContext::JsScripts |
Definition at line 525 of file Representation.h.
Referenced by clang::doc::HTMLGenerator::createResources(), and clang::doc::genJsScriptsHTML().
std::string clang::doc::ClangDocContext::OutDirectory |
Definition at line 515 of file Representation.h.
Referenced by clang::doc::HTMLGenerator::createResources(), clang::doc::genIndex(), and clang::doc::serializeIndex().
std::string clang::doc::ClangDocContext::ProjectName |
Definition at line 513 of file Representation.h.
Referenced by clang::doc::genIndex(), clang::doc::genInfoFile(), and clang::doc::serializeIndex().
bool clang::doc::ClangDocContext::PublicOnly |
Definition at line 514 of file Representation.h.
std::optional<std::string> clang::doc::ClangDocContext::RepositoryUrl |
Definition at line 520 of file Representation.h.
Referenced by ClangDocContext(), clang::doc::genHTML(), and clang::doc::writeFileDefinition().
std::string clang::doc::ClangDocContext::SourceRoot |
Definition at line 516 of file Representation.h.
Referenced by ClangDocContext().
std::vector<std::string> clang::doc::ClangDocContext::UserStylesheets |
Definition at line 523 of file Representation.h.
Referenced by clang::doc::HTMLGenerator::createResources(), and clang::doc::genStylesheetsHTML().