NAntDocumenterConfig Class

Summary

NDoc configuration class for NDoc.Documenter.NAnt.NAntDocumenter.
Assembly
NDoc.Documenter.NAnt.dll
Namespace
NDoc.Documenter.NAnt
Base Types
  • BaseReflectionDocumenterConfig
graph BT Type-->Base0["BaseReflectionDocumenterConfig"] Type["NAntDocumenterConfig"] class Type type-node

Syntax

public class NAntDocumenterConfig : BaseReflectionDocumenterConfig

Constructors

Name Summary
NAntDocumenterConfig() Initializes a new instance of the NDoc.Documenter.NAnt.NAntDocumenterConfig class.

Properties

Name Value Summary
NamespaceFilter string
Gets or sets the root namespace to document.
NAntBaseUri string
Gets or sets the base URI for linking to NAnt docs.
OutputDirectory string
Gets or sets the output directory.
ProductName string
Gets or sets the name of the product for which documentation should be generated.
ProductUrl string
Gets or sets the URL of product website.
ProductVersion string
Gets or sets the version of the product for which documentation should be generated.
SdkLinksOnWeb bool
Gets or sets a value indicating whether .NET Framework SDK links should point to the online MSDN library.