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

Method GetDocumentation

Source/cmGlobalXCodeGenerator.cxx:5319–5323  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5317}
5318
5319cmDocumentationEntry cmGlobalXCodeGenerator::GetDocumentation()
5320{
5321 return { cmGlobalXCodeGenerator::GetActualName(),
5322 "Generate Xcode project files." };
5323}
5324
5325std::string cmGlobalXCodeGenerator::RelativeToSource(std::string const& p)
5326{

Calls

no outgoing calls

Tested by

no test coverage detected