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

Method Comment

Source/cmXMLWriter.cxx:70–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70void cmXMLWriter::Comment(char const* comment)
71{
72 this->CloseStartElement();
73 this->ConditionalLineBreak(!this->IsContent);
74 this->Output << "<!-- " << comment << " -->";
75}
76
77void cmXMLWriter::CData(std::string const& data)
78{

Callers 6

WriteXMLActionMethod · 0.45
WriteXMLCommandMethod · 0.45
WriteXMLResultMethod · 0.45
WriteXMLLabelsMethod · 0.45
GenerateInstallerFileMethod · 0.45

Calls 2

CloseStartElementMethod · 0.95
ConditionalLineBreakMethod · 0.95

Tested by 4

WriteXMLActionMethod · 0.36
WriteXMLCommandMethod · 0.36
WriteXMLResultMethod · 0.36
WriteXMLLabelsMethod · 0.36