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

Method PrependSection

Source/cmDocumentation.h:90–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88 /** Add the documentation to the beginning/end of the section */
89 template <typename Iterable>
90 void PrependSection(char const* sectionName, Iterable const& docs)
91 {
92 this->SectionAtName(sectionName).Prepend(docs);
93 }
94 void PrependSection(char const* sectionName, cmDocumentationEntry& docs);
95 template <typename Iterable>
96 void AppendSection(char const* sectionName, Iterable const& docs)

Callers

nothing calls this directly

Calls 1

PrependMethod · 0.80

Tested by

no test coverage detected