|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- The type of context on which this class will render its
documentation.public interface Documenter<T>
The interface defined for callbacks. (Used when you don't tell the framework what you want to generate, but the framework asks you what you want to generate.)
Method Summary | |
---|---|
void |
document(T target)
Generates some documentation. |
Method Detail |
---|
void document(T target)
target
- The object receiving the documentation.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |