CompactInParent

object CompactInParent : DokkaMultiModuleFileLayout

Will point to a subfolder inside the output directory of the parent. The subfolder will follow the structure of the gradle project structure e.g. :parentProject:firstAncestor:secondAncestor will be be resolved to {parent output directory}/firstAncestor/secondAncestor

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
targetChildOutputDirectory
Link copied to clipboard
open override fun targetChildOutputDirectory(parent: DokkaMultiModuleTask, child: AbstractDokkaTask): File
toString
Link copied to clipboard
open fun toString(): String