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 SummaryNested classes/interfaces inherited from interface org.gradle.api.NamedNamed.Namer
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final StringThe typical documentation for native APIsstatic final StringThe typical documentation for Java APIsstatic final StringSamples illustrating how to use the software modulestatic final StringThe source files of the modulestatic final StringA user manual
- 
Method Summary
- 
Field Details- 
DOCS_TYPE_ATTRIBUTE
- 
JAVADOCThe typical documentation for Java APIs- See Also:
 
- 
SOURCESThe source files of the module- See Also:
 
- 
USER_MANUALA user manual- See Also:
 
- 
SAMPLESSamples illustrating how to use the software module- See Also:
 
- 
DOXYGENThe typical documentation for native APIs- See Also:
 
 
-