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
open fun define(args: Map<String, Any>)
Link copied to clipboard
inline fun AbstractOptions.define(vararg args: Pair<String, Any?>)

Kotlin extension function for org.gradle.api.tasks.compile.AbstractOptions.define.

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.