C# 클래스 DoxDoxygenXML.Model.Doxygen.Extensions

파일 보기 프로젝트 열기: codaxy/dox

공개 메소드들

메소드 설명
GetDescription ( this t, List doxList ) : void

Generate a Dox.DescriptionTree from the all descritptions in the description type

GetDescriptionSegment ( this t, List segmentList ) : void

Create a Dox.Descritpion element from information in docParaType

GetMethodReturnDescription ( this t ) : string

Get the return description of an method

GetParam ( this t, descriptionType detaileddescription ) : Parameter

Read detailed Descritption from descriptionType and add it to Dox.Parameter.

GetParameterDescription ( this t, Codaxy parameter ) : void

Parses children objects for Paramter description, and adds it to the given Dox.Parameter

GetText ( this t ) : string

Return inner xml text

메소드 상세

GetDescription() 공개 정적인 메소드

Generate a Dox.DescriptionTree from the all descritptions in the description type
public static GetDescription ( this t, List doxList ) : void
t this /// A ///
doxList List /// A ///
리턴 void

GetDescriptionSegment() 공개 정적인 메소드

Create a Dox.Descritpion element from information in docParaType
public static GetDescriptionSegment ( this t, List segmentList ) : void
t this /// A ///
segmentList List /// A ///
리턴 void

GetMethodReturnDescription() 공개 정적인 메소드

Get the return description of an method
public static GetMethodReturnDescription ( this t ) : string
t this /// A ///
리턴 string

GetParam() 공개 정적인 메소드

Read detailed Descritption from descriptionType and add it to Dox.Parameter.
public static GetParam ( this t, descriptionType detaileddescription ) : Parameter
t this /// A ///
detaileddescription descriptionType /// A ///
리턴 Codaxy.Dox.Parameter

GetParameterDescription() 공개 정적인 메소드

Parses children objects for Paramter description, and adds it to the given Dox.Parameter
public static GetParameterDescription ( this t, Codaxy parameter ) : void
t this /// A ///
parameter Codaxy /// A ///
리턴 void

GetText() 공개 정적인 메소드

Return inner xml text
public static GetText ( this t ) : string
t this /// A ///
리턴 string