MCPcopy Create free account
hub / github.com/GilesBathgate/RapCAD / buildCodeDocFinish

Method buildCodeDocFinish

src/syntaxhighlighter.cpp:490–495  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

488}
489
490int SyntaxHighlighter::buildCodeDocFinish()
491{
492 setCurrentBlockState(static_cast<int>(BlockStates::Initial));
493 setFormat(startIndex,lexerget_leng(scanner),codeDocFormat);
494 return YY_CONTINUE;
495}
496
497void SyntaxHighlighter::buildWhiteSpaceError()
498{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected