DokkaBaseConfiguration

data class DokkaBaseConfiguration(customStyleSheets: List<File>, customAssets: List<File>, separateInheritedMembers: Boolean, footerMessage: String, mergeImplicitExpectActualDeclarations: Boolean, templatesDir: File?) : ConfigurableBlock

Types

Companion
Link copied to clipboard
object Companion

Properties

customAssets
Link copied to clipboard
var customAssets: List<File>
customStyleSheets
Link copied to clipboard
var customStyleSheets: List<File>
footerMessage
Link copied to clipboard
var footerMessage: String
mergeImplicitExpectActualDeclarations
Link copied to clipboard
var mergeImplicitExpectActualDeclarations: Boolean
separateInheritedMembers
Link copied to clipboard
var separateInheritedMembers: Boolean
templatesDir
Link copied to clipboard
var templatesDir: File?