DocGenerator.See: Description
| Interface | Description |
|---|---|
| DocConverter<T extends java.lang.annotation.Annotation> |
Converts an annotation of the specified type
T into a String to be
collected with other conversions into a single String documenting a class or
method representing a command for a bot. |
| Class | Description |
|---|---|
| DocGenerator |
An instance based documentation engine for bot commands written in JDA.
|
| Annotation Type | Description |
|---|---|
| ConvertedBy |
Specifies an
Annotation can be converted
using the specified DocConverter
value. |
| DocMultiple |
A helper
Annotation, useful for
formatting multiple occurrences of the same CommandDoc annotation. |
DocGenerator.