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

Method GetGeneratorsDocumentation

Source/cmake.cxx:3470–3476  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3468}
3469
3470std::vector<cmDocumentationEntry> cmake::GetGeneratorsDocumentation()
3471{
3472 std::vector<cmDocumentationEntry> v;
3473 this->AppendGlobalGeneratorsDocumentation(v);
3474 this->AppendExtraGeneratorsDocumentation(v);
3475 return v;
3476}
3477
3478void cmake::PrintGeneratorList()
3479{

Callers 4

PrintGeneratorListMethod · 0.95
do_cmakeFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80

Tested by

no test coverage detected