Mauro Carvalho Chehab <mchehab+huawei@xxxxxxxxxx> writes: > 4) kernel-doc kAPI > > It shouldn't be that hard to do the same for kernel-doc kAPI documentation: > kernel-doc now can parse the entire tree with: > > $ scripts/kernel-doc . > > Someone can easily use it to discover the current gaps at the docs that > have already some kernel-doc markups and identify what of them aren't > yet placed under Documentation/ ".. kernel-doc::" markups. ...or one can use scripts/find-unused-docs.sh, which was written for just this purpose :) This sort of discoverability is part of why I want to move documentation tooling into its own directory. jon