DocumentationComposer.GenerateDocumentationForTypes Method
- Namespace
- Kampute.DocToolkit
- Assembly
- Kampute.DocToolkit.dll
Definition
Generates documentation pages for the types in the specified collection.
protected virtual void GenerateDocumentationForTypes(IDocumentWriterFactory writerFactory, IReadOnlyTypeCollection types, PageGranularity granularity)Parameters
writerFactoryIDocumentWriterFactory- The factory for creating rendering contexts.
typesIReadOnlyTypeCollection- The collection of types to document.
granularityPageGranularity- The page granularity that defines how the type and its members are organized in the documentation.
Exceptions
- ArgumentNullException
- Thrown when
writerFactoryortypesisnull.

The
granularityparameter controls how documentation is organized, determining whether types and their members receive their own documentation pages.