Differences From Artifact [2e2a786bce]:
- File src/comformat.c — part of check-in [4a5352c25d] at 2014-07-20 04:24:12 on branch experimental — Enhance comments that describe the new comment printing function. (user: mistachkin size: 12483)
To Artifact [f3163ecf5f]:
- File src/comformat.c — part of check-in [68cd1f5b59] at 2014-07-20 05:09:26 on branch experimental — Correct usage syntax error message for the 'test-comment-format' command. (user: mistachkin size: 12493) [more...]
| ︙ | |||
384 385 386 387 388 389 390 | 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 | - + |
if( find_option("trimspace", 0, 0) ){
flags |= COMMENT_PRINT_TRIM_SPACE;
}
if( find_option("wordbreak", 0, 0) ){
flags |= COMMENT_PRINT_WORD_BREAK;
}
if( g.argc!=4 && g.argc!=5 ){
|
| ︙ |