MCPcopy Create free account
hub / github.com/Kitware/CMake / PrintHelpFull

Method PrintHelpFull

Source/cmDocumentation.cxx:544–547  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

542}
543
544bool cmDocumentation::PrintHelpFull(std::ostream& os)
545{
546 return this->PrintFiles(os, "index");
547}
548
549bool cmDocumentation::PrintHelpOneManual(std::ostream& os)
550{

Callers 1

PrintDocumentationMethod · 0.95

Calls 1

PrintFilesMethod · 0.95

Tested by

no test coverage detected