DocumentationComposer.GenerateDocumentation Method
- Namespace
- Kampute.DocToolkit
- Assembly
- Kampute.DocToolkit.dll
Definition
Generates documentation pages for the specified documentation context.
public virtual void GenerateDocumentation(IDocumentWriterFactory writerFactory, IDocumentationContext documentationContext)Parameters
writerFactoryIDocumentWriterFactory- The factory for creating rendering contexts.
documentationContextIDocumentationContext- The documentation context.
Exceptions
- ArgumentNullException
- Thrown when
writerFactoryordocumentationContextisnull. - NotSupportedException
- Throw when the format of a documentation topic is not supported by the renderer.

The page granularity of the documentation context defines which code elements receive their own dedicated files.