← every case · 1000 · comments
a line that opens with a block comment, holds code, and closes with another, the way a generated lookup table writes an index in front of a value and a note after it
| 1 | codecodecodecodecode | /* 00 */ int first = 1; /* a note */ |
| 2 | codecodecodecodecode | int second = 2; |
stringcommentthe tag around another language
cloc --json cases/1000-comments/1020-comment_then_code_then_comment/input.c
mezura cases/1000-comments/1020-comment_then_code_then_comment/input.c --output json --hide timing --counting content
mezura cases/1000-comments/1020-comment_then_code_then_comment/input.c --output json --hide timing --counting region
scc --format json cases/1000-comments/1020-comment_then_code_then_comment/input.c
the line counts as a comment although there is code on it
tokei --output json cases/1000-comments/1020-comment_then_code_then_comment/input.c