Package org.gradle.api.attributes
Interface DocsType
- All Superinterfaces:
Named
Attributes to qualify the type of documentation.
This attribute is usually found on variants that have the Category
attribute valued at documentation
.
- Since:
- 5.6
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.gradle.api.Named
Named.Namer
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The typical documentation for native APIsstatic final String
The typical documentation for Java APIsstatic final String
Samples illustrating how to use the software modulestatic final String
The source files of the modulestatic final String
A user manual -
Method Summary
-
Field Details
-
DOCS_TYPE_ATTRIBUTE
-
JAVADOC
The typical documentation for Java APIs- See Also:
-
SOURCES
The source files of the module- See Also:
-
USER_MANUAL
A user manual- See Also:
-
SAMPLES
Samples illustrating how to use the software module- See Also:
-
DOXYGEN
The typical documentation for native APIs- See Also:
-