ShowMissingComponentApply Method

This is implemented to add the missing documentation tags

Definition

Namespace: Sandcastle.Tools.BuildComponents
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2024.9.12.0
public override void Apply(
	XmlDocument document,
	string key
)

Parameters

document  XmlDocument
The XML document with which to work.
key  String
The key (member name) of the item being documented.

See Also