reportUndocumented

@Input
val reportUndocumented: Property<Boolean>

Whether to emit warnings about visible undocumented declarations, that is declarations from this package and without KDocs, after they have been filtered by documentedVisibilities.

This setting works well with AbstractDokkaTask.failOnWarning.

Can be overridden on source set level by setting GradleDokkaSourceSetBuilder.reportUndocumented.

Default is false.