MCPcopy Create free account
hub / github.com/JayXon/Leanify / PushComment

Method PushComment

lib/tinyxml2/tinyxml2.cpp:2251–2260  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2249
2250
2251void XMLPrinter::PushComment( const char* comment )
2252{
2253 SealElementIfJustOpened();
2254 if ( _textDepth < 0 && !_firstElement && !_compactMode) {
2255 Print( "\n" );
2256 PrintSpace( _depth );
2257 }
2258 _firstElement = false;
2259 // Print( "<!--%s-->", comment );
2260}
2261
2262
2263void XMLPrinter::PushDeclaration( const char* value )

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected