aboutsummaryrefslogtreecommitdiff
path: root/todostat.awk
diff options
context:
space:
mode:
Diffstat (limited to 'todostat.awk')
-rw-r--r--todostat.awk2
1 files changed, 1 insertions, 1 deletions
diff --git a/todostat.awk b/todostat.awk
index be29d8f..a98f2bb 100644
--- a/todostat.awk
+++ b/todostat.awk
@@ -2,7 +2,7 @@
/^\|/ { if (state == 1) state++; else state = -1; next }
state != 3 { next }
{ total++ }
-$3=="[X]" { impl++; if ($4 != "[X]") print $1, "not documented"; }
+$3=="[X]" { impl++; if ($4 != "[X]") print $1 " (" $2 ") not documented"; }
$4=="[X]" { doc++; }
END {
if (!total)

Return to:

Send suggestions and report system problems to the System administrator.