Dokka Source Set Impl
data class DokkaSourceSetImpl( val displayName: String = DokkaDefaults.sourceSetDisplayName, val sourceSetID: DokkaSourceSetID, val classpath: List<File> = emptyList(), val sourceRoots: Set<File> = emptySet(), val dependentSourceSets: Set<DokkaSourceSetID> = emptySet(), val samples: Set<File> = emptySet(), val includes: Set<File> = emptySet(), val includeNonPublic: Boolean = DokkaDefaults.includeNonPublic, val reportUndocumented: Boolean = DokkaDefaults.reportUndocumented, val skipEmptyPackages: Boolean = DokkaDefaults.skipEmptyPackages, val skipDeprecated: Boolean = DokkaDefaults.skipDeprecated, val jdkVersion: Int = DokkaDefaults.jdkVersion, val sourceLinks: Set<SourceLinkDefinitionImpl> = mutableSetOf(), val perPackageOptions: List<PackageOptionsImpl> = mutableListOf(), val externalDocumentationLinks: Set<ExternalDocumentationLinkImpl> = mutableSetOf(), val languageVersion: String? = null, val apiVersion: String? = null, val noStdlibLink: Boolean = DokkaDefaults.noStdlibLink, val noJdkLink: Boolean = DokkaDefaults.noJdkLink, val suppressedFiles: Set<File> = emptySet(), val analysisPlatform: Platform = DokkaDefaults.analysisPlatform, val documentedVisibilities: Set<DokkaConfiguration.Visibility> = DokkaDefaults.documentedVisibilities) : DokkaConfiguration.DokkaSourceSet
Content copied to clipboard
Constructors
Link copied to clipboard
fun DokkaSourceSetImpl( displayName: String = DokkaDefaults.sourceSetDisplayName, sourceSetID: DokkaSourceSetID, classpath: List<File> = emptyList(), sourceRoots: Set<File> = emptySet(), dependentSourceSets: Set<DokkaSourceSetID> = emptySet(), samples: Set<File> = emptySet(), includes: Set<File> = emptySet(), includeNonPublic: Boolean = DokkaDefaults.includeNonPublic, reportUndocumented: Boolean = DokkaDefaults.reportUndocumented, skipEmptyPackages: Boolean = DokkaDefaults.skipEmptyPackages, skipDeprecated: Boolean = DokkaDefaults.skipDeprecated, jdkVersion: Int = DokkaDefaults.jdkVersion, sourceLinks: Set<SourceLinkDefinitionImpl> = mutableSetOf(), perPackageOptions: List<PackageOptionsImpl> = mutableListOf(), externalDocumentationLinks: Set<ExternalDocumentationLinkImpl> = mutableSetOf(), languageVersion: String? = null, apiVersion: String? = null, noStdlibLink: Boolean = DokkaDefaults.noStdlibLink, noJdkLink: Boolean = DokkaDefaults.noJdkLink, suppressedFiles: Set<File> = emptySet(), analysisPlatform: Platform = DokkaDefaults.analysisPlatform, documentedVisibilities: Set<DokkaConfiguration.Visibility> = DokkaDefaults.documentedVisibilities)
Content copied to clipboard
Properties
Link copied to clipboard
open override val documentedVisibilities: Set<DokkaConfiguration.Visibility>
Content copied to clipboard
Link copied to clipboard
open override val externalDocumentationLinks: Set<ExternalDocumentationLinkImpl>
Content copied to clipboard