C# Class DoxDoxygenXML.Model.Doxygen.Extensions

Afficher le fichier Open project: codaxy/dox

Méthodes publiques

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

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 ///
Résultat void

GetDescriptionSegment() public static méthode

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

GetMethodReturnDescription() public static méthode

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

GetParam() public static méthode

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 ///
Résultat Codaxy.Dox.Parameter

GetParameterDescription() public static méthode

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 ///
Résultat void

GetText() public static méthode

Return inner xml text
public static GetText ( this t ) : string
t this /// A ///
Résultat string