DokkaMultiModuleFileLayout

fun interface DokkaMultiModuleFileLayout

See also

Types

Link copied to clipboard
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

Link copied to clipboard
object NoCopy : DokkaMultiModuleFileLayout

Will link to the original AbstractDokkaTask.outputDirectory. This requires no copying of the output files.

Functions

Link copied to clipboard
abstract fun targetChildOutputDirectory(parent: DokkaMultiModuleTask, child: AbstractDokkaTask): File

Inheritors

Link copied to clipboard
Link copied to clipboard