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

Method AppendSection

Source/cmDocumentation.cxx:481–488  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

479}
480
481void cmDocumentation::AppendSection(char const* name,
482 cmDocumentationEntry& docs)
483{
484
485 std::vector<cmDocumentationEntry> docsVec;
486 docsVec.push_back(docs);
487 this->AppendSection(name, docsVec);
488}
489
490void cmDocumentation::PrependSection(char const* name,
491 cmDocumentationEntry& docs)

Callers 4

do_cmakeFunction · 0.45
PrintGeneratorListMethod · 0.45
mainFunction · 0.45
mainFunction · 0.45

Calls 1

push_backMethod · 0.80

Tested by

no test coverage detected