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

Extension methods in types of DoxygenIndex
파일 보기 프로젝트 열기: codaxy/dox

공개 메소드들

메소드 설명
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