Method | Description | |
---|---|---|
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 |
Parse the DoxygenMember information. Creates a Member if existing in Dox.Member definition and add it to the given Dox.Type.
|
public static GetDoxTree ( this t ) : List |
||
t | this |
/// A |
return | List |
public static GetDoxType ( this t ) : List |
||
t | this |
/// A |
return | List |
public static GetMember ( this m, Codaxy type, List |
||
m | this |
/// A |
type | Codaxy |
/// A |
types | List |
/// A |
nSpace | string |
/// A |
return | void |