(isLicenseBlock)
| 68 | } |
| 69 | |
| 70 | resetBlock(isLicenseBlock) { |
| 71 | this.blockIsLicenseBlock = isLicenseBlock; |
| 72 | this.blockHasCStyleComment = false; |
| 73 | this.resetParagraph(); |
| 74 | } |
| 75 | |
| 76 | flushParagraph() { |
| 77 | if (this.paragraph.lines.length || this.paragraph.li) { |
no test coverage detected