CLASS ApiGeneratorOptions

Options for generating API documentation.

Properties

SourceProject

(string) = "./": Path to the source C# project.

Output

(string) = "api": Relative output path for API documentation.

outputPolicy

(OutputPolicy) = OutputPolicy.Delete: Specifies how to handle an existing output directory.

Filter

(string?) : Filter which assemblies or namespaces to include in the API documentation.

IncludePrivate

(bool) : Include private/internal members in the API documentation.