Summary
Gets or sets the name of the product for which documentation
should be generated.
- Assembly
- NDoc
.Documenter .NAnt .dll - Namespace
- NDoc
.Documenter .NAnt - Containing Type
- NAntDocumenterConfig
Syntax
[Category("Output")]
[Description("The name of the product for which documentation should be generated.")]
[DefaultValue("NAnt")]
public string ProductName { get; set; }
Attributes
| Type | Description |
|---|---|
| CategoryAttribute | |
| DescriptionAttribute | |
| Default |
Value
| Type | Description |
|---|---|
| string | The name of the product for which documentation should be generated. The default is "NAnt". |
