Property | Type | Description | |
---|---|---|---|
bugs | List |
||
codeFiles | CodeFile>.Dictionary | ||
documentationFiles | SortedSet |
||
enumsByName | Symbol>.Dictionary | ||
symbols | Symbol>.Dictionary | ||
symbolsByName | Symbol>.Dictionary | ||
todos | List |
Method | Description | |
---|---|---|
FindStringInBetween ( string dataString, int startIdx, string start, string end, int &endIdx ) : string |
Outputs endIdx = -1 if not found.
|
|
GroupSimilarOverloads ( ) : void |
Goes through all symbols recursively and groups similar functions together (sets the similarOverload attribute).
|
|
GroupSimilarOverloads ( |
||
LoadSymbolsFromDirectory ( string directory, bool recursive ) : void | ||
LoadSymbolsFromFile ( string filename ) : void | ||
ParseCodeFileList ( |
||
ParseCompoundDefElement ( |
||
ParsePageCompoundDefElement ( |
||
ParseSectionDefElement ( |
||
ParseTodoBugList ( |
Method | Description | |
---|---|---|
CutDocGeneratorCommentDirective ( string s, int startIdx, int endIdx ) : string | ||
GetChildElementsByName ( |
||
GetXmlElementChildNodeValue ( |
||
ParseVirtualness ( string s ) : Virtualness | ||
ParseVisibilityLevel ( string s ) : VisibilityLevel | ||
ProcessDocGeneratorCommentDirectives ( |
Goes through the given symbol and find all DocGenerator-style directives present in the comments and applies them. These directives are of form [foo].
|
|
ProcessNodes ( |
||
RenameAttribute ( |
||
RenameElement ( |
public static FindStringInBetween ( string dataString, int startIdx, string start, string end, int &endIdx ) : string | ||
dataString | string | |
startIdx | int | |
start | string | |
end | string | |
endIdx | int | |
return | string |
public GroupSimilarOverloads ( |
||
s | ||
return | void |
public LoadSymbolsFromDirectory ( string directory, bool recursive ) : void | ||
directory | string | |
recursive | bool | |
return | void |
public LoadSymbolsFromFile ( string filename ) : void | ||
filename | string | |
return | void |
public ParseCodeFileList ( |
||
e | ||
return | void |
public ParseCompoundDefElement ( |
||
e | ||
return | void |
public ParsePageCompoundDefElement ( |
||
e | ||
return | void |
public ParseSectionDefElement ( |
||
parent | ||
e | ||
return | void |
public ParseTodoBugList ( |
||
e | ||
list | List |
|
return | void |