DocumentationComposer.Renderer Property

Namespace
Kampute.DocToolkit
Assembly
  • Kampute.DocToolkit.dll

Definition

Gets the documentation renderer.
protected abstract IDocumentRenderer Renderer { get; }

Property Value

IDocumentRenderer
The documentation renderer used to generate documentation content.

Remarks

The renderer is responsible for the actual content generation, while the DocumentationComposer handles the traversal of code elements and the structure of the documentation.

Derived classes must override this property to provide a concrete IDocumentRenderer implementation that defines how different documentation elements are rendered.