| 488 | } |
| 489 | |
| 490 | int SyntaxHighlighter::buildCodeDocFinish() |
| 491 | { |
| 492 | setCurrentBlockState(static_cast<int>(BlockStates::Initial)); |
| 493 | setFormat(startIndex,lexerget_leng(scanner),codeDocFormat); |
| 494 | return YY_CONTINUE; |
| 495 | } |
| 496 | |
| 497 | void SyntaxHighlighter::buildWhiteSpaceError() |
| 498 | { |
nothing calls this directly
no outgoing calls
no test coverage detected