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

Extension methods in types of DoxygenIndex
Показать файл Открыть проект

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

Метод Описание
GetDoxTree ( this t ) : List

Loop through each DoxygenType and gather its information. Build from the generated Dox.Type, Dox.Documents with the Namespace.

GetDoxType ( this t ) : List

Parses the DoxygenType information for an existing Dox.Type definition. And creates the Dox.Type. In last step the DoxygenTypeMember information is parsed and added to the Dox.Type.

GetMember ( this m, Codaxy type, List types, string nSpace ) : void

Parse the DoxygenMember information. Creates a Member if existing in Dox.Member definition and add it to the given Dox.Type.

Описание методов

GetDoxTree() публичный статический Метод

Loop through each DoxygenType and gather its information. Build from the generated Dox.Type, Dox.Documents with the Namespace.
public static GetDoxTree ( this t ) : List
t this /// A ///
Результат List

GetDoxType() публичный статический Метод

Parses the DoxygenType information for an existing Dox.Type definition. And creates the Dox.Type. In last step the DoxygenTypeMember information is parsed and added to the Dox.Type.
public static GetDoxType ( this t ) : List
t this /// A ///
Результат List

GetMember() публичный статический Метод

Parse the DoxygenMember information. Creates a Member if existing in Dox.Member definition and add it to the given Dox.Type.
public static GetMember ( this m, Codaxy type, List types, string nSpace ) : void
m this /// A ///
type Codaxy /// A ///
types List /// A ///
nSpace string /// A ///
Результат void