| Class CodeMember |
|   |
| Code Information |
| Full Name: | FarqenDoc.CodeMember |
| Summary: |
This represents a member tag from the XML file. Any extra information found about the member
can be added here.
|
| Remarks: | |
|   |
| Links |
| Target | Summary |
| Code Index | Back to the documentation root |
| Class Program | Referring class |
|   |
| Methods |
| Name | Summary |
| #ctor |
The constructor simply accepts the name of the member.
|
| writeDocument |
This method is used to write a separate document about method members that have
remarks or parameter information.
|
| writeSeeAlso |
Writes break separated hyperlinks to classes and methods referenced from this member.
|
|   |
| Properties |
| Name | Summary |
|   |
| Fields |
| Name | Summary |
| alsoSeen |
This list contains info on members that have linked to us.
|
| example |
The example text found for this member.
|
| fileName |
Stores the name of the file this member was written to, for advanced linking (later).
|
| name |
The unresolved name of this member.
|
| parameters |
When we encounter param tags we simply attach them her for use later.
|
| remarks |
The remarks text found for this member.
|
| returns |
For methods with a returns tag we place the text here.
|
| seeAlso |
This list contains seealso tags that were found during processing.
|
| summary |
The summary text found for this member.
|
| Documentation generated by FarqenDoc © Aaron Oxford 2006 |