C# Class NDoc.Documenter.NAnt.NAntDocumenter

NDoc Documenter for building custom NAnt User documentation.
Inheritance: NDoc.Core.Reflection.BaseReflectionDocumenter
Afficher le fichier Open project: skolima/NAnt

Méthodes publiques

Méthode 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

Méthode 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 méthode

Builds the documentation.
public Build ( NDoc project ) : void
project NDoc
Résultat void

Clear() public méthode

Resets the documenter to a clean state.
public Clear ( ) : void
Résultat void

NAntDocumenter() public méthode

Initializes a new instance of the NAntDocumenter class.
public NAntDocumenter ( ) : System
Résultat System