NAntDocumenterConfig.

NamespaceFilter Property

Summary

Gets or sets the root namespace to document.

Syntax

[Category("Output")]
[Description("The root namespace to document, or an empty string to document all namespaces.")]
public string NamespaceFilter { get; set; }

Attributes

Type Description
CategoryAttribute
DescriptionAttribute

Value

Type Description
string The root namespace to document, or a empty string if no restriction should be set on the namespace to document.