FileSystemDocumentationComposer.GenerateDocumentation Method
- Namespace
- Kampute.DocToolkit
- Assembly
- Kampute.DocToolkit.dll
Definition
Generates documentation pages for the specified context and writes the output to the specified folder.
public virtual void GenerateDocumentation(IDocumentationContext documentationContext, string outputFolder, OutputOptions options = null)Parameters
documentationContextIDocumentationContext- The documentation context.
outputFolderstring- The output folder for the documentation files.
optionsOutputOptions optional- The options for output generation.
Exceptions
- ArgumentNullException
- Thrown when
documentationContextoroutputFolderisnull. - NotSupportedException
- Throw when the format of a documentation topic is not supported.
