Summary
Gets or sets the root namespace to document.
- Assembly
- NDoc
.Documenter .NAnt .dll - Namespace
- NDoc
.Documenter .NAnt - Containing Type
- NAntDocumenterConfig
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.
|