C# 클래스 NDoc.Documenter.NAnt.NAntDocumenter

NDoc Documenter for building custom NAnt User documentation.
상속: NDoc.Core.Reflection.BaseReflectionDocumenter
파일 보기 프로젝트 열기: skolima/NAnt

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
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

메소드 상세

Build() 공개 메소드

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

Clear() 공개 메소드

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

NAntDocumenter() 공개 메소드

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