Click or drag to resize
Sandcastle Help File BuilderXmlCommentsFileCollectionReplaceNamespaceDocEntries 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.

Namespace: SandcastleBuilder.Utils.BuildEngine
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public void ReplaceNamespaceDocEntries()
Remarks
The converted ID effectively converts the comments into comments for the class's containing namespace.
See Also