ScalaDocOptions

Options for the ScalaDoc tool.

Constructors

Link copied to clipboard
@Inject
constructor()

Functions

Link copied to clipboard
Returns the additional parameters passed to the compiler.
Link copied to clipboard
Returns the HTML text to appear in the bottom text for each page.
Link copied to clipboard
Tells whether to generate deprecation information.
Link copied to clipboard
Returns the HTML text to appear in the main frame title.
Link copied to clipboard
Returns the HTML text to appear in the footer for each page.
Link copied to clipboard
Returns the HTML text to appear in the header for each page.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Returns the HTML text to appear in the top text for each page.
Link copied to clipboard
Tells whether to generate unchecked information.
Link copied to clipboard
Returns the text to appear in the window title.
Link copied to clipboard
open fun setAdditionalParameters(@Nullable additionalParameters: @Nullable List<String>)
Sets the additional parameters passed to the compiler.
Link copied to clipboard
open fun setBottom(@Nullable bottom: @Nullable String)
Sets the HTML text to appear in the bottom text for each page.
Link copied to clipboard
open fun setDeprecation(deprecation: Boolean)
Sets whether to generate deprecation information.
Link copied to clipboard
open fun setDocTitle(@Nullable docTitle: @Nullable String)
Sets the HTML text to appear in the main frame title.
Link copied to clipboard
open fun setFooter(@Nullable footer: @Nullable String)
Sets the HTML text to appear in the footer for each page.
Link copied to clipboard
open fun setHeader(@Nullable header: @Nullable String)
Sets the HTML text to appear in the header for each page.
Link copied to clipboard
open fun setTop(@Nullable top: @Nullable String)
Sets the HTML text to appear in the top text for each page.
Link copied to clipboard
open fun setUnchecked(unchecked: Boolean)
Sets whether to generate unchecked information.
Link copied to clipboard
open fun setWindowTitle(@Nullable windowTitle: @Nullable String)
Sets the text to appear in the window title.