IDocumentRenderer.RenderNamespace Method

Namespace
Kampute.DocToolkit
Assembly
  • Kampute.DocToolkit.dll

Definition

Renders the specified namespace information.
void RenderNamespace(TextWriter writer, NamespaceModel ns, bool includeTypes)

Parameters

writer TextWriter
The text writer to render the documentation to.
ns NamespaceModel
The namespace information to render.
includeTypes bool
Indicates whether to include detailed documentation of types defined in the namespace.