tasks/fixme,todo
This commit is contained in:
parent
b9c14b7dd8
commit
8d8042fefe
2 changed files with 23 additions and 1 deletions
|
@ -82,7 +82,13 @@ BEGIN {
|
|||
match_task = 0
|
||||
output_module = ". " m[1]
|
||||
} else if (match($0, RE_TASK, m)) {
|
||||
match_task = 1
|
||||
if (target) {
|
||||
if (target == m[1]) {
|
||||
match_task = 1
|
||||
}
|
||||
} else {
|
||||
match_task = 1
|
||||
}
|
||||
append($0)
|
||||
} else if (match($0, RE_COMMENT, m)) {
|
||||
append($0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue