DokkaModuleDescription

interface DokkaModuleDescription : Serializable

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String

Properties

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

Inheritors

DokkaModuleDescriptionImpl
Link copied to clipboard