NDoc 1.3.1 SDK

IDocumenterConfig Interface

Specifies the methods that are common to all documenter configs.

For a list of all members of this type, see IDocumenterConfig Members.

[Visual Basic]
Public Interface IDocumenterConfig
[C#]
public interface IDocumenterConfig
[C++]
public __gc __interface IDocumenterConfig
[JScript]
public interface IDocumenterConfig

Types that implement IDocumenterConfig

TypeDescription
BaseDocumenterConfigProvides an abstract base class for documenter configurations.
BaseReflectionDocumenterConfigThe base config class for documenters which use the ReflectionEngine to extract documentation from .Net assemblies.

Requirements

Namespace: NDoc.Core

Assembly: NDoc.Core (in NDoc.Core.dll)

See Also

IDocumenterConfig Members | NDoc.Core Namespace