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