DokkaBaseConfiguration

data class DokkaBaseConfiguration(customStyleSheets: List<File>, customAssets: List<File>, separateInheritedMembers: Boolean, footerMessage: String) : 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
separateInheritedMembers
Link copied to clipboard
var separateInheritedMembers: Boolean