TopicCollectionGenerateConceptualTopics Method

This creates copies of the conceptual topic files in the build process's working folder

Definition

Namespace: SandcastleBuilder.Utils.ConceptualContent
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.9.12.0
public void GenerateConceptualTopics(
	string folder,
	BuildProcess builder,
	IEnumerable<string> validNamespaces
)

Parameters

folder  String
The folder in which to place the topic files
builder  BuildProcess
The build process
validNamespaces  IEnumerableString
An enumerable list of valid framework namespaces

Remarks

Each topic file will be named using its Id. If necessary, its content will be wrapped in a <topic> element. Sub-topics are written out recursively.

See Also