Click or drag to resize
Sandcastle Help File BuilderGenerateInheritedDocsMain Method
Main program entry point

Namespace: SandcastleBuilder.InheritedDocumentation
Assembly: GenerateInheritedDocs (in GenerateInheritedDocs.exe) Version: 2014.11.22.0
Syntax
public static int Main(
	string[] args
)

Parameters

args
Type: SystemString
The command line arguments. There should be single configuration filename specified.

Return Value

Type: Int32
Zero on success, non-zero on failure
See Also