C# Class NDoc.Documenter.NAnt.NAntDocumenter

NDoc Documenter for building custom NAnt User documentation.
Inheritance: NDoc.Core.Reflection.BaseReflectionDocumenter
显示文件 Open project: skolima/NAnt

Public Methods

Method Description
Build ( NDoc project ) : void

Builds the documentation.

Clear ( ) : void

Resets the documenter to a clean state.

NAntDocumenter ( ) : System

Initializes a new instance of the NAntDocumenter class.

Private Methods

Method Description
CreateXsltArgumentList ( ) : XsltArgumentList
DocumentFunction ( XmlElement functionElement, NAntXsltUtilities utilities ) : void
DocumentType ( XmlNode typeNode, ElementDocType docType, NAntXsltUtilities utilities ) : void
MakeTransform ( XslTransform transform, string fileName ) : void
MakeTransforms ( ) : void
TransformAndWriteResult ( XslTransform transform, XsltArgumentList arguments, string filename ) : void

Method Details

Build() public method

Builds the documentation.
public Build ( NDoc project ) : void
project NDoc
return void

Clear() public method

Resets the documenter to a clean state.
public Clear ( ) : void
return void

NAntDocumenter() public method

Initializes a new instance of the NAntDocumenter class.
public NAntDocumenter ( ) : System
return System