Lines Matching defs:ClangDocContext
426 struct ClangDocContext { struct
433 tooling::ExecutionContext *ECtx;
434 std::string ProjectName; // Name of project clang-doc is documenting.
435 bool PublicOnly; // Indicates if only public declarations are documented.
436 std::string OutDirectory; // Directory for outputting generated files.
437 std::string SourceRoot; // Directory where processed files are stored. Links
441 llvm::Optional<std::string> RepositoryUrl;
444 std::vector<std::string> UserStylesheets;
446 std::vector<std::string> JsScripts;
448 std::vector<std::string> FilesToCopy;
449 Index Idx;