ConForM.CoopnTools.CoKer.DocComment
Class ModuleDocGenerator
java.lang.Object
|
+--ConForM.CoopnTools.CoKer.DocComment.DocGenerator
|
+--ConForM.CoopnTools.CoKer.DocComment.ModuleDocGenerator
- public class ModuleDocGenerator
- extends DocGenerator
Generator of module documentation.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
parser
protected DocCommentParser parser
module
protected CoopnSyntacticModule module
privateToo
protected boolean privateToo
titleOnly
protected boolean titleOnly
moduleKind
protected int moduleKind
ModuleDocGenerator
public ModuleDocGenerator(DocWriter doc,
CoopnSyntacticModule module,
int moduleKind,
boolean privateToo,
boolean titleOnly,
PackageMgr packageMgr,
CoopnEnv env)
- Constructor.
generateDocumentation
public void generateDocumentation()
- Overrides:
generateDocumentation
in class DocGenerator