BuildProcessGenerateInheritedDocsTool Property

This provides access to the generate inherited documentation tool during the GenerateInheritedDocumentation build step.

Definition

Namespace: SandcastleBuilder.Utils.BuildEngine
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.9.12.0
public GenerateInheritedDocs GenerateInheritedDocsTool { get; }

Property Value

GenerateInheritedDocs

Remarks

This can be used by plug-ins to adjust how the tool runs

See Also