copy
fun copy(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> = emptySet(), perPackageOptions: List<PackageOptionsImpl> = emptyList(), externalDocumentationLinks: Set<ExternalDocumentationLinkImpl> = emptySet(), languageVersion: String? = null, apiVersion: String? = null, noStdlibLink: Boolean = DokkaDefaults.noStdlibLink, noJdkLink: Boolean = DokkaDefaults.noJdkLink, suppressedFiles: Set<File> = emptySet(), analysisPlatform: Platform = DokkaDefaults.analysisPlatform): DokkaSourceSetImpl
Content copied to clipboard