C# Класс DoxDoxygenXML.Model.Doxygen.Extensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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