Package Options Impl
data class PackageOptionsImpl(matchingRegex: String, includeNonPublic: Boolean, reportUndocumented: Boolean?, skipDeprecated: Boolean, suppress: Boolean) : DokkaConfiguration.PackageOptions
Content copied to clipboard
Properties
includeNonPublic
Link copied to clipboard
matchingRegex
Link copied to clipboard
reportUndocumented
Link copied to clipboard
skipDeprecated
Link copied to clipboard