DocGenerator.See: Description
| Interface | Description | 
|---|---|
| DocConverter<T extends java.lang.annotation.Annotation> | Converts an annotation of the specified type  Tinto 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  Annotationcan be converted
 using the specifiedDocConvertervalue. | 
| DocMultiple | A helper  Annotation, useful for
 formatting multiple occurrences of the same CommandDoc annotation. | 
DocGenerator.