C# Class DoxDoxygenXML.Model.Doxygen.Extensions

ファイルを表示 Open project: codaxy/dox

Public Methods

Method Description
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

Method Details

GetDescription() public static method

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 ///
return void

GetDescriptionSegment() public static method

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

GetMethodReturnDescription() public static method

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

GetParam() public static method

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 ///
return Codaxy.Dox.Parameter

GetParameterDescription() public static method

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 ///
return void

GetText() public static method

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