| 458 | } |
| 459 | |
| 460 | int SyntaxHighlighter::buildCodeDocStart() |
| 461 | { |
| 462 | setCurrentBlockState(static_cast<int>(BlockStates::CodeDoc)); |
| 463 | setFormat(startIndex,lexerget_leng(scanner),codeDocFormat); |
| 464 | return YY_CONTINUE; |
| 465 | } |
| 466 | |
| 467 | int SyntaxHighlighter::buildCodeDoc(const QString& s) |
| 468 | { |
nothing calls this directly
no outgoing calls
no test coverage detected