ScalaDocOptions

Options for the ScalaDoc tool.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
@get:Nullable
@get:Input
open var additionalParameters: List<String>
Link copied to clipboard
@get:Nullable
@get:Input
open var bottom: String
Link copied to clipboard
@get:Nullable
@get:Input
open var docTitle: String
Link copied to clipboard
@get:Nullable
@get:Input
open var footer: String
Link copied to clipboard
@get:Nullable
@get:Input
open var header: String
Link copied to clipboard
@get:Nullable
@get:Input
open var top: String
Link copied to clipboard
@get:Nullable
@get:Input
open var windowTitle: String

Functions

Link copied to clipboard
Tells whether to generate deprecation information.
Link copied to clipboard
Tells whether to generate unchecked information.
Link copied to clipboard
open fun setDeprecation(deprecation: Boolean)
Sets whether to generate deprecation information.
Link copied to clipboard
open fun setUnchecked(unchecked: Boolean)
Sets whether to generate unchecked information.