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

Method buildCodeDocStart

src/syntaxhighlighter.cpp:460–465  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

458}
459
460int SyntaxHighlighter::buildCodeDocStart()
461{
462 setCurrentBlockState(static_cast<int>(BlockStates::CodeDoc));
463 setFormat(startIndex,lexerget_leng(scanner),codeDocFormat);
464 return YY_CONTINUE;
465}
466
467int SyntaxHighlighter::buildCodeDoc(const QString& s)
468{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected