Package org.gradle.api.tasks.scala
Class ScalaDocOptions
java.lang.Object
org.gradle.api.tasks.scala.ScalaDocOptions
- All Implemented Interfaces:
Serializable
Options for the ScalaDoc tool.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract ListProperty<String> Returns the additional parameters passed to the compiler.Returns the HTML text to appear in the bottom text for each page.Tells whether to generate deprecation information.Returns the HTML text to appear in the main frame title.Returns the HTML text to appear in the footer for each page.Returns the HTML text to appear in the header for each page.getTop()Returns the HTML text to appear in the top text for each page.Tells whether to generate unchecked information.Returns the text to appear in the window title.
-
Constructor Details
-
ScalaDocOptions
@Inject public ScalaDocOptions()
-
-
Method Details
-
getDeprecation
Tells whether to generate deprecation information. -
getIsDeprecation
-
getUnchecked
Tells whether to generate unchecked information. -
getIsUnchecked
-
getWindowTitle
Returns the text to appear in the window title. -
getDocTitle
Returns the HTML text to appear in the main frame title. -
getHeader
Returns the HTML text to appear in the header for each page. -
getTop
Returns the HTML text to appear in the top text for each page. -
getBottom
Returns the HTML text to appear in the bottom text for each page. -
getAdditionalParameters
Returns the additional parameters passed to the compiler. Each parameter starts with '-'.
-