DokkaModuleDescriptionImpl

data class DokkaModuleDescriptionImpl(name: String, relativePathToOutputDirectory: File, includes: Set<File>) : DokkaConfiguration.DokkaModuleDescription

Functions

component1
Link copied to clipboard
operator fun component1(): String
component2
Link copied to clipboard
operator fun component2(): File
component3
Link copied to clipboard
operator fun component3(): Set<File>
copy
Link copied to clipboard
fun copy(name: String, relativePathToOutputDirectory: File, includes: Set<File>): DokkaModuleDescriptionImpl
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

includes
Link copied to clipboard
open override val includes: Set<File>
name
Link copied to clipboard
open override val name: String
relativePathToOutputDirectory
Link copied to clipboard
open override val relativePathToOutputDirectory: File