Package | Description |
---|---|
org.tanjakostic.jcleancim.docgen.collector |
This package defines interfaces and classes responsible for collecting documentation and figures
from the UML model, or freely initialised through the API without any UML model.
|
org.tanjakostic.jcleancim.docgen.writer.word |
Classes specific to writing MS documents.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ClassDoc> |
PackageDoc.getClassDocs()
Returns documentation for all the classes in this package.
|
Modifier and Type | Method and Description |
---|---|
Cursor<O> |
WordWriter.writeClass(Cursor<O> initCursor,
ClassDoc doc)
Writes all related to a class at the end of range in
initCursor . |
Cursor<O> |
AbstractWordWriter.writeClass(Cursor<O> initCursor,
ClassDoc doc) |
Copyright 2009-2015 Tatjana (Tanja) Kostic