| 482 | } |
| 483 | |
| 484 | int SyntaxHighlighter::buildCodeDocParam(const QString&) |
| 485 | { |
| 486 | setFormat(startIndex,lexerget_leng(scanner),codeDocParamFormat); |
| 487 | return YY_CONTINUE; |
| 488 | } |
| 489 | |
| 490 | int SyntaxHighlighter::buildCodeDocFinish() |
| 491 | { |
nothing calls this directly
no outgoing calls
no test coverage detected