|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Objectorg.gradle.api.tasks.compile.AbstractOptions
org.gradle.api.tasks.scala.ScalaDocOptions
class ScalaDocOptions extends AbstractOptions
Property Summary | |
---|---|
List |
additionalParameters
Additional parameters passed to the compiler. |
String |
bottom
Html text to appear in the bottom text for each page. |
boolean |
deprecation
Generate deprecation information. |
String |
docTitle
Html text to appear in the main frame title. |
String |
footer
Html text to appear in the footer for each page. |
String |
header
Html text to appear in the header for each page. |
File |
styleSheet
Style sheet to override default style. |
String |
top
Html text to appear in the top text for each page. |
boolean |
unchecked
Generate unchecked information. |
String |
windowTitle
Text to appear in the window title. |
Method Summary | |
---|---|
protected String
|
getAntPropertyName(String fieldName)
|
protected Object
|
getAntPropertyValue(String fieldName, Object value)
|
Methods inherited from class AbstractOptions | |
---|---|
define, excludeFromAntProperties, getAntPropertyName, getAntPropertyValue, optionMap |
Property Detail |
---|
@Input @Optional List additionalParameters
@Input @Optional String bottom
@Input boolean deprecation
@Input @Optional String docTitle
@Input @Optional String footer
@Input @Optional String header
@InputFile @Optional File styleSheet
@Input @Optional String top
@Input boolean unchecked
@Input @Optional String windowTitle
Method Detail |
---|
@Override protected String getAntPropertyName(String fieldName)
@Override protected Object getAntPropertyValue(String fieldName, Object value)
Gradle API 1.12