IApiTocGeneratorGenerateApiTocFile Method

This is used to generate a table of contents file for API content

Definition

Namespace: Sandcastle.Core.PresentationStyle
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.9.12.0
void GenerateApiTocFile(
	string reflectionDataFile,
	string tocFile
)

Parameters

reflectionDataFile  String
The source reflection data file
tocFile  String
The table of contents file to generate

See Also