IDocumentRenderer.RenderClass Method

Namespace
Kampute.DocToolkit
Assembly
  • Kampute.DocToolkit.dll

Definition

Renders the specified class.
void RenderClass(TextWriter writer, ClassModel classType, bool includeMembers)

Parameters

writer TextWriter
The text writer to render the documentation to.
classType ClassModel
The class to render.
includeMembers bool
Indicates whether to include detailed documentation of class members.