ApiGeneratorOptions

Options for generating API documentation.

Properties

SourceProjects

(IEnumerable) = new[] { "./" }: Paths to the source C# projects.

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.

(string?) : External repository link for source code linking (e.g., github.com/user/repo).