Named
@Incubating public interface DocsType extends Named
This attribute is usually found on variants that have the Category
attribute valued at documentation
.
Named.Namer
Modifier and Type | Field | Description |
---|---|---|
static Attribute<DocsType> |
DOCS_TYPE_ATTRIBUTE |
|
static String |
DOXYGEN |
The typical documentation for native APIs
|
static String |
JAVADOC |
The typical documentation for Java APIs
|
static String |
SAMPLES |
Samples illustrating how to use the software module
|
static String |
SOURCES |
The source files of the module
|
static String |
USER_MANUAL |
A user manual
|
static final String JAVADOC
static final String SOURCES
static final String USER_MANUAL
static final String SAMPLES
static final String DOXYGEN