NDoc 1.3.1 SDK

IDocumenter Interface

Represents a class capable of generating documentation from a given assembly and /doc file.

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

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

Types that implement IDocumenter

TypeDescription
BaseDocumenterProvides an abstract base class for documenters.
BaseReflectionDocumenterThe base 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

IDocumenter Members | NDoc.Core Namespace