public enum DocumentationType extends Enum
Documentation type
| Enum constant | Description |
|---|---|
ASCIIDOC |
Asciidoc files. |
BUILT_API_DOCS_HTML |
Content is HTML that has been created by another task. |
RAW_GROOVY_SOURCE |
Raw Groovy (and Java) source code. |
| Type Params | Return Type | Name and description |
|---|---|---|
|
public final String |
getAntoraLinkType()Antora link type. |
|
public final String |
getAntoraType()Type of Antora documentation. |
Asciidoc files.
Content is HTML that has been created by another task.
Raw Groovy (and Java) source code.
Groovy Documentation