Summary
Gets or sets the output directory.
- Assembly
- NDoc
.Documenter .NAnt .dll - Namespace
- NDoc
.Documenter .NAnt - Containing Type
- NAntDocumenterConfig
Syntax
[Category("Documentation Main Settings")]
[Description("The path to the output directory where the generated docs will be placed.")]
public string OutputDirectory { get; set; }
Attributes
| Type | Description |
|---|---|
| CategoryAttribute | |
| DescriptionAttribute |
Value
| Type | Description |
|---|---|
| string | The output directory. |
