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

Method buildCodeDocParam

src/syntaxhighlighter.cpp:484–488  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

482}
483
484int SyntaxHighlighter::buildCodeDocParam(const QString&)
485{
486 setFormat(startIndex,lexerget_leng(scanner),codeDocParamFormat);
487 return YY_CONTINUE;
488}
489
490int SyntaxHighlighter::buildCodeDocFinish()
491{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected