| Code Documentation for FarqenDoc |
|   |
| Code Information |
| Summary |
This program turns the XML output from Visual Studio into JavaDoc like HTML.
|
| Remarks |
The typical usage for this program is to use it as a post-build step for your project. The XML files
are read and a directory for each one is created. If tags are found, a HTML file will be generated
for each tagged class or class that contains tagged members. Some members can have their own files
if they have extended information tags on them.
|
|   |
| Links |
| Target | Summary |
| Program | The main class of the program. |
|   |
| Classes |
| Name | Summary |
| CodeClass |
This represents a structured collection of code members - a class.
|
| CodeMember |
This represents a member tag from the XML file. Any extra information found about the member
can be added here.
|
| HTMLHelper |
This class contains static members for use in generating HTML. All colour and layout constants
live here and any new output should be done using new methods added here.
|
| Program |
This is the program class, which contains the entry point and static members for the document builder.
See the Main method for details on operation of the program.
|
| Sorter |
A general purpose one-shot list sorter.
|
| Documentation generated by FarqenDoc © Aaron Oxford 2006 |