In linux-next-20171222, this message:
print STDERR "${file}:$.: warning:" .
" No description found for parameter '$param'\n";
has roughly/approximately been replaced with:
print STDERR
"${file}:$.: warning: Function parameter or member '$param' not
described in '$declaration_name'\n";
Using linux-next-20171222, with its ("new") scripts/kernel-doc, I see
> grep -c not.described doc005.out
86
but if I use scripts/kernel-doc from linux-4.15-rc5 (in linux-next-20171222), I
see
> grep -c No.description.found doc006.out
305
This is not good.
--
~Randy
--
To unsubscribe from this list: send the line "unsubscribe linux-doc" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html