@CompileStatic class GroovydocOptions extends Object
Type | Name and description |
---|---|
String |
docTitle |
String |
footer |
String |
header |
boolean |
includeAuthor |
boolean |
includeMainForScripts |
boolean |
includePrivate |
Set<Groovydoc.Link> |
links |
boolean |
noTimestamp |
boolean |
noVersionStamp |
TextResource |
overviewText |
boolean |
processScripts |
boolean |
use |
String |
windowTitle |
Constructor and description |
---|
GroovydocOptions
() |
Type Params | Return Type | Name and description |
---|---|---|
|
void |
applyTo(Groovydoc groovydoc) |
|
void |
cleanupLinks() |
|
boolean |
isIncludeAuthorSet() |
|
boolean |
isIncludeMainForScriptsSet() |
|
boolean |
isIncludePrivateSet() |
|
boolean |
isNoTimestampSet() |
|
boolean |
isNoVersionStampSet() |
|
boolean |
isProcessScriptsSet() |
|
boolean |
isUseSet() |
|
void |
link(String url, String[] packages) |
|
void |
linkIfAbsent(String url, String[] packages) |
|
static void |
merge(GroovydocOptions o1, GroovydocOptions o2) |
|
void |
setIncludeAuthor(boolean includeAuthor) |
|
void |
setIncludeMainForScripts(boolean includeMainForScripts) |
|
void |
setIncludePrivate(boolean includePrivate) |
|
void |
setNoTimestamp(boolean noTimestamp) |
|
void |
setNoVersionStamp(boolean noVersionStamp) |
|
void |
setProcessScripts(boolean processScripts) |
|
void |
setUse(boolean use) |
Groovy Documentation