ApiGeneratorOptions
- Namespace: SuCoS.Commands.API
- Source File: ApiGeneratorOptions.cs
Options for generating API documentation.
Properties
SourceProjects
(IEnumerablenew[] { "./" }: 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.
ExternalLink
(string?) : External repository link for source code linking (e.g., github.com/user/repo).