XmlCommentsFileCollectionReplaceNamespaceDocEntries Method

This will search for all type member comments where the ID contains NamespaceDoc or NamespaceGroupDoc and convert them to namespace and namespace group entries for the containing namespace.

Definition

Namespace: SandcastleBuilder.Utils.BuildEngine
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.2.18.0
public void ReplaceNamespaceDocEntries()

Remarks

The converted ID effectively converts the comments into comments for the class's containing namespace.

See Also