reportUndocumented

@Parameter
open override var reportUndocumented: 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 AbstractDokkaMojo.failOnWarning.

Default is false.