reportUndocumented

@Input
val reportUndocumented: Property<Boolean>

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

This setting works well with AbstractDokkaTask.failOnWarning.

Can be overridden for a specific package by setting GradlePackageOptionsBuilder.reportUndocumented.

Default is false.