DocumentPageRenderer.RenderTopic Method

Namespace
Kampute.DocToolkit
Assembly
  • Kampute.DocToolkit.dll

Definition

Renders the specified topic.
public virtual void RenderTopic(TextWriter writer, TopicModel topic)

Parameters

writer TextWriter
The text writer to render the documentation to.
topic TopicModel
The topic to render.

Exceptions

ArgumentNullException
Thrown when writer or topic is null.